Skip to content

Commit d223283

Browse files
committed
ci(github-actions): use create-github-app-token to generate semantic release token
1 parent 1d97e69 commit d223283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
extra_plugins: |
4242
- conventional-changelog-conventionalcommits@8.0.0
4343
env:
44-
GH_TOKEN: ${{ steps.app-token.outputs.token }}
44+
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)