mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Inherit secrets to child workflows
This commit is contained in:
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
@@ -17,6 +17,7 @@ jobs:
|
||||
uses: ./.github/workflows/rust.yml
|
||||
terraform:
|
||||
uses: ./.github/workflows/terraform.yml
|
||||
secrets: inherit
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
|
||||
Reference in New Issue
Block a user