Skip to content

Commit 82b0c89

Browse files
authored
chore: Use correct token for merge (#189)
Use correct token for merge
1 parent 16ece15 commit 82b0c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fast-forward.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v4
2424
with:
2525
ref: ${{ inputs.env }}
26-
token: ${{ secrets.GITHUB_TOKEN }}
26+
token: ${{ secrets.token }}
2727
fetch-depth: 0
2828

2929
- name: Fetch source tag/branch

0 commit comments

Comments
 (0)