standardnotes-server/.github/workflows/auth.yml

22 lines
452 B
YAML
Raw Normal View History

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
workspace_name: "@standardnotes/auth-server"
2022-10-19 12:02:46 +00:00
package_path: packages/auth
secrets: inherit