Skip to content

Commit 4684a74

Browse files
authored
Merge pull request #9 from Vadko/09.12-pat-token-tag-action
ci: pat token for tag action
2 parents fe532ff + 8758b49 commit 4684a74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- uses: actions/checkout@v3
1818
with:
1919
fetch-depth: '0'
20+
token: ${{ secrets.PAT_TOKEN }} # access via PAT is needed in order to trigger other workflows
2021

2122
- name: Configure git identity
2223
run: |
@@ -43,5 +44,4 @@ jobs:
4344
- name: Create tag
4445
run: |
4546
git tag -a v${{ steps.get_version.outputs.version }} -m "Version ${{ steps.get_version.outputs.version }}"
46-
git push --tags
4747
git push origin v${{ steps.get_version.outputs.version }}

0 commit comments

Comments
 (0)