Skip to content

Commit

Permalink
Try a different way to specify a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Sep 26, 2023
1 parent 4e63808 commit 98a3dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scrape-woolies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: "${TARGET_ROLE_ARN}"
role-to-assume: "${{ env.TARGET_ROLE_ARN }}"
aws-region: ap-southeast-2
- run: aws s3 cp ./woolies_all.json s3://grocery-scrape-au/woolies_all.json

0 comments on commit 98a3dbe

Please sign in to comment.