2022-10-19 12:02:46 +00:00
|
|
|
name: Auth Server
|
|
|
|
|
|
|
|
concurrency:
|
|
|
|
group: auth
|
|
|
|
cancel-in-progress: true
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
tags:
|
|
|
|
- '*standardnotes/auth-server*'
|
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
call_server_application_workflow:
|
|
|
|
name: Server Application
|
2022-10-20 08:03:21 +00:00
|
|
|
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
|
2022-10-19 12:02:46 +00:00
|
|
|
with:
|
|
|
|
service_name: auth
|
2023-09-18 12:34:26 +00:00
|
|
|
workspace_name: "@standardnotes/auth-server"
|
2022-10-19 12:02:46 +00:00
|
|
|
package_path: packages/auth
|
|
|
|
secrets: inherit
|