Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
ci: fix workflow token usage
Browse files Browse the repository at this point in the history
  • Loading branch information
xTVaser committed Aug 16, 2024
1 parent a824f6a commit e38065f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/update-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- main

permissions:
contents: write
id-token: write

jobs:
push-tags:
runs-on: ubuntu-latest
Expand All @@ -13,6 +17,7 @@ jobs:
id: tag_version
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tag_prefix: v
default_bump: patch

Expand Down

0 comments on commit e38065f

Please sign in to comment.