Skip to content

Commit 554ff87

Browse files
fix the github token issue
1 parent e979143 commit 554ff87

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
- name: Configure (Unix)
6969
if: runner.os != 'Windows'
7070
shell: bash
71+
env:
72+
GITHUB_TOKEN: ${{ github.token }}
7173
run: |
7274
set -eux
7375
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release

0 commit comments

Comments
 (0)