Skip to content

Commit b35aa70

Browse files
committed
Clean up AWS credentials
1 parent 8a7fb23 commit b35aa70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626

2727
build:
2828
needs: generate-matrix
29+
permissions:
30+
id-token: write
31+
contents: read
2932
strategy:
3033
fail-fast: false
3134
matrix:
@@ -50,9 +53,6 @@ jobs:
5053
package-name: ${{ matrix.package-name }}
5154
smoke-test-script: ${{ matrix.smoke-test-script }}
5255
trigger-event: ${{ github.event_name }}
53-
secrets:
54-
AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID: ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
55-
AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY: ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
5656

5757
tests-py-torchscript-fe:
5858
name: Test torchscript frontend [Python]

0 commit comments

Comments
 (0)