We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6660836 commit f77ad31Copy full SHA for f77ad31
.github/workflows/build.yml
@@ -14,6 +14,8 @@ jobs:
14
cpu: [x86_64, aarch64]
15
os: [linux, macos, windows]
16
runs-on: ubuntu-latest
17
+ env:
18
+ GH_TOKEN: ${{ github.token }}
19
steps:
20
- uses: actions/checkout@v2
21
with:
0 commit comments