Skip to content

Commit

Permalink
fix: fix token
Browse files Browse the repository at this point in the history
  • Loading branch information
maciekstosio committed Aug 26, 2024
1 parent d22623f commit 3d720dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id: changelog
uses: TriPSs/conventional-changelog-action@v3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.PA_TOKEN }}
- name: Create release
uses: actions/create-release@v1
if: ${{ steps.changelog.outputs.skipped == 'false' }}
Expand Down

0 comments on commit 3d720dc

Please sign in to comment.