Skip to content

Commit

Permalink
Fixed token
Browse files Browse the repository at this point in the history
  • Loading branch information
ole1986 committed Dec 30, 2023
1 parent 7a7d670 commit f864835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- run: npm install [email protected] -g
- name: Write PreRelease Notes
env:
GREN_GITHUB_TOKEN: ${{ secrets.ACTIONS }}
GREN_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_EVENT_REF: ${{ github.event.ref }}
run: |
tagname="${GITHUB_EVENT_REF/refs\/tags\//}"
Expand Down

0 comments on commit f864835

Please sign in to comment.