Skip to content

Commit afc8263

Browse files
committed
fix(ci/cd): Correct workflow /3
1 parent 919ea44 commit afc8263

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
@@ -33,7 +33,7 @@ jobs:
3333
@semantic-release/changelog@6.0.0
3434
@semantic-release/git
3535
env:
36-
GH_TOKEN: ${{ secrets.GH_PAT }}
36+
GH_TOKEN: ${{ secrets.GH_TOKEN }}
3737

3838
storybook-deploy:
3939
name: Storybook deploy

0 commit comments

Comments
 (0)