Skip to content

Commit

Permalink
Pass secrets to child workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jabrah committed Jul 5, 2023
1 parent 762594c commit 8be1861
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/pass-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,9 @@ jobs:
uses: .github/workflows/deployToAWS.yml@main
with:
DEPLOYMENT_ENVIRONMENT: demo
targetCommitRef: ${{ inputs.releaseversion }}
secrets:
AWS_REGION: ${{ secrets.AWS_REGION }}
AWS_TOPIC_ARN: ${{ secrets.AWS_TOPIC_ARN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit 8be1861

Please sign in to comment.