Skip to content

Commit

Permalink
Use vars instead of secrets for AWS Region
Browse files Browse the repository at this point in the history
  • Loading branch information
Ru Chern Chong committed May 19, 2024
1 parent 3bf1d86 commit f81d65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pulumi.preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v4
with:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-region: ${{ secrets.AWS_REGION }}
aws-region: ${{ vars.AWS_REGION }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
- run: pip install -r requirements.txt
- name: Create Package for AWS Lambda Layer
Expand Down

0 comments on commit f81d65f

Please sign in to comment.