We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
PAT_TOKEN
1 parent 5ae5fa6 commit e4b95c7Copy full SHA for e4b95c7
.github/workflows/patch-release.yml
@@ -59,11 +59,11 @@ jobs:
59
git push origin "${{ inputs.tag }}" --force
60
echo '{"ref":"${{ inputs.tag }}"}' | gh workflow run build.yml --ref "ci" --repo "blender/gitea" --json
61
env:
62
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ secrets.PAT_TOKEN }}
63
64
- name: Push branch
65
if: always()
66
run: git push origin apply-patches-${{ inputs.tag }} --force
67
68
- PAT_TOKEN: ${{ secrets.PAT_TOKEN }}
69
0 commit comments