Skip to content

Commit 14edf74

Browse files
committed
fix: use RELEASE_TOKEN in auto-format workflow to trigger CI
1 parent 2a80973 commit 14edf74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/auto-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v6
1919
with:
2020
ref: ${{ github.head_ref || github.ref }}
21-
token: ${{ secrets.GITHUB_TOKEN }}
21+
token: ${{ secrets.RELEASE_TOKEN }}
2222

2323
- name: Set up Go
2424
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)