Skip to content

Commit

Permalink
ci: fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
baggiponte committed Jul 11, 2023
1 parent 9770323 commit 46b253e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ jobs:
- uses: taiki-e/create-gh-release-action@v1
with:
changelog: CHANGELOG.md
token: ${{ secrets.FUTURA_GH_ACCESS_TOKEN }} # required
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} # required
branch: main # accept only main branch

0 comments on commit 46b253e

Please sign in to comment.