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 8c1ddfc commit 08901adCopy full SHA for 08901ad
.github/workflows/build-wheels-m1.yml
@@ -13,6 +13,10 @@ on:
13
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
14
workflow_dispatch:
15
16
+permissions:
17
+ id-token: write
18
+ contents: read
19
+
20
concurrency:
21
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ github.ref_type == 'branch' && github.sha }}-${{ github.event_name == 'workflow_dispatch' }}
22
cancel-in-progress: true
@@ -46,6 +50,3 @@ jobs:
46
50
runner-type: macos-m1-12
47
51
package-name: ${{ matrix.package-name }}
48
52
trigger-event: ${{ github.event_name }}
49
- 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 }}
0 commit comments