Skip to content

Commit

Permalink
add authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
pitmonticone committed Nov 8, 2024
1 parent 4338707 commit 6fadb98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
uses: actions/github-script@v7
env:
tag_name: ${{ env.tag_name }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
script: |
const tagName = process.env.tag_name;
Expand Down

0 comments on commit 6fadb98

Please sign in to comment.