Skip to content

Commit c8e1531

Browse files
committed
[ci] Add, accidentally missing, GH_TOKEN
1 parent 0473ed2 commit c8e1531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141
needs: build
4242
runs-on: ubuntu-latest
4343
if: contains(github.ref, 'refs/tags/')
44+
env:
45+
GH_TOKEN: ${{ github.token }}
4446
steps:
4547
- uses: actions/checkout@v4
4648
with:

0 commit comments

Comments
 (0)