ci: use TAG_PAT instead of secrets.GITHUB_TOKEN for tag push

This commit is contained in:
Eugen Eisler
2024-10-04 00:29:00 +02:00
parent fc3aa9c8d6
commit 110eb37ffa

View File

@@ -61,7 +61,7 @@ jobs:
- name: Create a new tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TAG_PAT }}
run: |
git tag ${{ env.new_tag }}
git push origin ${{ env.new_tag }} # Push the new tag