Skip to content

Commit

Permalink
Set GITHUB_TOKEN as env variable for autotag action (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
nevalla authored Jan 24, 2024
1 parent 5573d0b commit 7fcb997
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: butlerlogic/action-autotag@stable
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
strategy: package
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
tag_prefix: "v"

0 comments on commit 7fcb997

Please sign in to comment.