ci: test tag creation

This commit is contained in:
Eugen Eisler
2024-10-04 00:58:22 +02:00
parent 3b7b9e07e7
commit 550a06c9ed

View File

@@ -62,7 +62,7 @@ jobs:
- name: Push changes
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Use GITHUB_TOKEN to authenticate the push
GITHUB_TOKEN: ${{ secrets.TAG_PAT }} # Use GITHUB_TOKEN to authenticate the push
run: |
git push origin main # Push changes to the main branch