mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
inheriting secrets to deploy
This commit is contained in:
@@ -38,6 +38,7 @@ jobs:
|
||||
deploy-dev:
|
||||
needs: [build-backend, build-web, build-bot]
|
||||
uses: ./.github/workflows/deploy-dev.yaml
|
||||
secrets: inherit
|
||||
with:
|
||||
stack-name: ${{ github.event_name == 'release' && 'staging' || 'dev' }}
|
||||
image-tag:
|
||||
|
||||
Reference in New Issue
Block a user