Skip to content

Commit 7deffb0

Browse files
committed
Updated testing tasks with token to enable gh api
1 parent a06d211 commit 7deffb0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
env:
2828
GITHUB_NAME: "NOBODY"
2929
GITHUB_EMAIL: "[email protected]"
30+
GH_TOKEN: ${{ github.token }}
3031
run: |
3132
git config --global user.name "$GITHUB_NAME"
3233
git config --global user.email "$GITHUB_EMAIL"
@@ -86,4 +87,4 @@ jobs:
8687
draft: false
8788
prerelease: false
8889
generateReleaseNotes: true
89-
token: ${{ secrets.GITHUB_TOKEN }}
90+
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)