Skip to content

Commit

Permalink
ci: Trick cache for action param
Browse files Browse the repository at this point in the history
  • Loading branch information
jesse-c committed Aug 28, 2024
1 parent be961b8 commit b260aed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
- name: Configuring AWS Credentials
uses: aws-actions/configure-aws-credentials@v1
with:
aws-region: ${{ secrets.UNIT_TESTS_AWS_REGION }}
aws-access-key-id: ${{ secrets.UNIT_TESTS_AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.UNIT_TESTS_AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ secrets.UNIT_TESTS_AWS_REGION }}

- name: Set Dynamic Bucket Names
run: |
Expand Down

0 comments on commit b260aed

Please sign in to comment.