Skip to content

Commit 650da56

Browse files
committed
fix: Missing deps
1 parent d46ab70 commit 650da56

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ on:
2121

2222
permissions:
2323
contents: read
24+
packages: read
25+
actions: read
2426

2527
jobs:
2628
tests:
@@ -85,6 +87,8 @@ jobs:
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' ||

0 commit comments

Comments
 (0)