Skip to content

Commit ee733ca

Browse files
committed
ci: add missing token
1 parent ffb123a commit ee733ca

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [macos-latest, ubuntu-latest, windows-latest]
19+
env:
20+
GH_TOKEN: ${{ github.token }}
1921
steps:
2022
- name: Checkout source code
2123
uses: actions/checkout@v6

0 commit comments

Comments
 (0)