We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6b98c commit faea0eaCopy full SHA for faea0ea
.github/workflows/build-test.yml
@@ -26,9 +26,6 @@ jobs:
26
27
build:
28
needs: generate-matrix
29
- permissions:
30
- id-token: write
31
- contents: read
32
strategy:
33
fail-fast: false
34
matrix:
@@ -53,6 +50,9 @@ jobs:
53
50
package-name: ${{ matrix.package-name }}
54
51
smoke-test-script: ${{ matrix.smoke-test-script }}
55
52
trigger-event: ${{ github.event_name }}
+ secrets:
+ AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID: ${{ secrets.AWS_PYTORCH_UPLOADER_ACCESS_KEY_ID }}
+ AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY: ${{ secrets.AWS_PYTORCH_UPLOADER_SECRET_ACCESS_KEY }}
56
57
tests-py-torchscript-fe:
58
name: Test torchscript frontend [Python]
0 commit comments