Skip to content

Commit

Permalink
fix(infra): secrets not inherited in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ClayenKitten committed Nov 5, 2024
1 parent e2501be commit de9344e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
uses: ./.github/workflows/deploy.yml
with:
environment: Development
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ jobs:
uses: ./.github/workflows/deploy.yml
with:
environment: Production
secrets: inherit

0 comments on commit de9344e

Please sign in to comment.