Skip to content

Commit 8fff351

Browse files
committed
revert: remove personal access token from workflow
This reverts commit 9000f03.
1 parent 8c1ead7 commit 8fff351

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
@@ -27,5 +27,5 @@ jobs:
2727
- name: Run semantic release
2828
working-directory: frank-flow
2929
env:
30-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30+
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
3131
run: chmod +x ./prepare-release.sh && semantic-release

0 commit comments

Comments
 (0)