We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a80973 commit 14edf74Copy full SHA for 14edf74
1 file changed
.github/workflows/auto-format.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: actions/checkout@v6
19
with:
20
ref: ${{ github.head_ref || github.ref }}
21
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.RELEASE_TOKEN }}
22
23
- name: Set up Go
24
uses: actions/setup-go@v6
0 commit comments