Skip to content

Commit eaaf7c2

Browse files
committed
fix(ci): give gh cli access to the GH token
1 parent 1a4d892 commit eaaf7c2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353
5454
- name: Upload manual
5555
run: gh release upload ${{ github.event.release.tag_name }} docs/manual.pdf
56+
env:
57+
GH_TOKEN: ${{ github.token }}
5658

5759
- name: Checkout package registry
5860
uses: actions/checkout@v4

0 commit comments

Comments
 (0)