Skip to content

Commit af43264

Browse files
committed
GH_REPO and GH_TOKEN must be set
1 parent 3251c5c commit af43264

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ permissions:
77
jobs:
88
release:
99
runs-on: ubuntu-latest
10+
env:
11+
GH_TOKEN: ${{ github.token }}
12+
GH_REPO: ${{ github.repository }}
1013
steps:
1114
- uses: actions/checkout@v4
1215
with:

0 commit comments

Comments
 (0)