File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 2121
2222permissions :
2323 contents : read
24+ packages : read
25+ actions : read
2426
2527jobs :
2628 tests :
8587 with :
8688 python-version : " 3.10"
8789 artifact-name : wheels-${{ matrix.target }}
90+ secrets :
91+ github-token : ${{ secrets.GITHUB_TOKEN }}
8892 strategy :
8993 matrix :
9094 target : [x86_64, aarch64]
@@ -101,6 +105,8 @@ jobs:
101105 python-version : " 3.10"
102106 architecture : ${{ matrix.target }}
103107 artifact-name : wheels-${{ matrix.target }}
108+ secrets :
109+ github-token : ${{ secrets.GITHUB_TOKEN }}
104110 strategy :
105111 matrix :
106112 target : [x64, x86]
@@ -116,6 +122,8 @@ jobs:
116122 with :
117123 python-version : " 3.10"
118124 artifact-name : wheels-mac-x86_64
125+ secrets :
126+ github-token : ${{ secrets.GITHUB_TOKEN }}
119127 if : |
120128 github.event_name != 'pull_request' ||
121129 github.event.pull_request.author_association == 'COLLABORATOR' ||
@@ -128,6 +136,8 @@ jobs:
128136 with :
129137 python-version : " 3.10"
130138 artifact-name : wheels-mac-aarch64
139+ secrets :
140+ github-token : ${{ secrets.GITHUB_TOKEN }}
131141 if : |
132142 github.event_name != 'pull_request' ||
133143 github.event.pull_request.author_association == 'COLLABORATOR' ||
You can’t perform that action at this time.
0 commit comments