Skip to content

Commit

Permalink
ci: fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Aug 8, 2024
1 parent b87092c commit 3684704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# using a PAT is necessary to trigger the release workflow
# see https://github.com/orgs/community/discussions/25702
with:
token: ${{ secrets.PAT }}
token: ${{ secrets.SIT_BOT_PAT }}
- name: Get version from file
id: tag
run: |
Expand Down

0 comments on commit 3684704

Please sign in to comment.