Skip to content

Commit

Permalink
Add role
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Jan 16, 2025
1 parent 50dca05 commit a7edff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ jobs:
aws-access-key-id: ${{ secrets.WASABI_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.WASABI_SECRET_KEY }}
aws-region: eu-central-1
role-to-assume: arn:aws:iam::100000349781:role/github-action

- name: Upload to Cloud Storage
run: aws s3 cp ./plugdata-macOS-Legacy.* s3://plugdata-nightly/ --recursive --endpoint-url=https://s3.eu-central-1.wasabisys.com
Expand Down Expand Up @@ -352,6 +353,7 @@ jobs:
aws-access-key-id: ${{ secrets.WASABI_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.WASABI_SECRET_KEY }}
aws-region: eu-central-1
role-to-assume: arn:aws:iam::100000349781:role/github-action

- name: Upload to Cloud Storage
run: aws s3 cp plugdata-${{ matrix.name }}.tar.* s3://plugdata-nightly/ --recursive --endpoint-url=https://s3.eu-central-1.wasabisys.com
Expand Down

0 comments on commit a7edff3

Please sign in to comment.