Skip to content

Commit

Permalink
fix: Secrets unavailable for deploy jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Jun 24, 2024
1 parent 5e87f39 commit 76cd41f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/api-deploy-production-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ jobs:
uses: ./.github/workflows/.reusable-deploy-ecs.yml
with:
environment: production
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/api-deploy-staging-ecs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ jobs:
uses: ./.github/workflows/.reusable-deploy-ecs.yml
with:
environment: staging
secrets: inherit

0 comments on commit 76cd41f

Please sign in to comment.