Skip to content

Commit

Permalink
github: add AWS secrets to testing farm action
Browse files Browse the repository at this point in the history
Add the AWS secrets to the testing farm action so we can run the AWS
upload test in TF.
  • Loading branch information
achilleas-k committed Jan 10, 2024
1 parent 3c90576 commit f6211f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testingfarm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ jobs:
git_ref: ${{ github.event.pull_request.head.ref }}
pull_request_status_name: "Testing farm"
tf_scope: private
secrets: "AWS_ACCESS_KEY_ID=${{ secrets.AWS_ACCESS_KEY_ID }};AWS_SECRET_ACCESS_KEY=${{ secrets.AWS_SECRET_ACCESS_KEY }}"

0 comments on commit f6211f8

Please sign in to comment.