Skip to content

Commit f77ad31

Browse files
committed
Add token
1 parent 6660836 commit f77ad31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
cpu: [x86_64, aarch64]
1515
os: [linux, macos, windows]
1616
runs-on: ubuntu-latest
17+
env:
18+
GH_TOKEN: ${{ github.token }}
1719
steps:
1820
- uses: actions/checkout@v2
1921
with:

0 commit comments

Comments
 (0)