dockerfile/examples/standardnotes/official-src/server-main/.github/workflows/auth.yml

22 lines
452 B
YAML
Raw Normal View History

2024-03-15 14:52:38 +08: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
uses: standardnotes/server/.github/workflows/common-server-application.yml@main
with:
service_name: auth
workspace_name: "@standardnotes/auth-server"
package_path: packages/auth
secrets: inherit