Skip to content

Commit b78af6c

Browse files
committed
Pass GitHub token to gh cli
1 parent 99fe9b3 commit b78af6c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
optflags="${{ env.optflags }}" \
7979
cppflags="${{ env.cppflags }}" \
8080
target=${{ env.target }} \
81+
env:
82+
GH_TOKEN: ${{ github.token }}
8183

8284
- name: List images
8385
run: docker images

0 commit comments

Comments
 (0)