Skip to content

Commit 3dae986

Browse files
author
xeon zolt
committed
fix: update GitHub token to use RELEASE_TOKEN for release workflow
1 parent 1d672df commit 3dae986

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
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
files: codecompass
2828
env:
29-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
29+
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3030

3131
- name: Generate Homebrew tap
3232
run: |

0 commit comments

Comments
 (0)