Skip to content

Commit b6eb32d

Browse files
authored
fix: add gh token to release action (#113)
1 parent fed64e3 commit b6eb32d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ jobs:
110110
tag:
111111
runs-on: ubuntu-22.04
112112
needs: manifest
113+
env:
114+
GH_TOKEN: ${{ github.token }}
113115
steps:
114116
- name: Checkout
115117
uses: actions/checkout@v3

0 commit comments

Comments
 (0)