Skip to content

Commit 7fbd4de

Browse files
authored
Update release.yml (#180)
Updates to use correct token.
1 parent 14adc3c commit 7fbd4de

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Checkout code
3838
uses: actions/checkout@v3
3939
with:
40-
token: ${{ secrets.GITHUB_TOKEN }}
40+
token: ${{ secrets.GH_MERGE_TOKEN }}
4141

4242
- name: Clear Git config cache
4343
run: |

0 commit comments

Comments
 (0)