Skip to content

Commit c363817

Browse files
authored
fix: release pipeline with explicit link to GH API (#6)
1 parent 08689d5 commit c363817

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
id: release
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
30+
GITHUB_API_URL: https://api.github.com
3031
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
3132
GIT_AUTHOR_NAME: asyncapi-bot
3233
GIT_AUTHOR_EMAIL: info@asyncapi.io

0 commit comments

Comments
 (0)