Skip to content

Commit e4b95c7

Browse files
authored
Update patch-release.yml to use PAT_TOKEN
1 parent 5ae5fa6 commit e4b95c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/patch-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
git push origin "${{ inputs.tag }}" --force
6060
echo '{"ref":"${{ inputs.tag }}"}' | gh workflow run build.yml --ref "ci" --repo "blender/gitea" --json
6161
env:
62-
GH_TOKEN: ${{ github.token }}
62+
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
6363

6464
- name: Push branch
6565
if: always()
6666
run: git push origin apply-patches-${{ inputs.tag }} --force
6767
env:
68-
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
68+
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
6969

0 commit comments

Comments
 (0)