Skip to content

Commit

Permalink
Merge pull request #50 from WXYC/bugfix/workflow-type-error
Browse files Browse the repository at this point in the history
More underscores & inherit secrets
  • Loading branch information
AyBruno authored Feb 21, 2025
2 parents f32b0e9 + 834578a commit 227c467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/deploy-auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ jobs:
uses: ./.github/workflows/deploy-base.yml
with:
dry_run: false
secrets: inherit
3 changes: 2 additions & 1 deletion .github/workflows/deploy-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ jobs:
trigger-build-and-deploy:
uses: ./.github/workflows/deploy-base.yml
with:
dry-run: ${{ inputs.dry_run }}
dry_run: ${{ inputs.dry_run }}
secrets: inherit

0 comments on commit 227c467

Please sign in to comment.