Skip to content

Commit 504f531

Browse files
authored
feat: Update releases.yml
1 parent b014c9f commit 504f531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releases.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ jobs:
1515
id: changelog
1616
uses: TriPSs/conventional-changelog-action@v3.7.1
1717
with:
18-
github-token: ${{ secrets.github_token}}
18+
github-token: ${{ secrets.PA_TOKEN }}
1919
version-file: './releases.json'
2020

2121
- name: create release
2222
uses: actions/create-release@v1
2323
if: ${{ steps.changelog.outputs.skipped == 'false' }}
2424
env:
25-
GITHUB_TOKEN: ${{ secrets.github_token }}
25+
GITHUB_TOKEN: ${{ secrets.PA_TOKEN }}
2626
with:
2727
tag_name: ${{ steps.changelog.outputs.tag }}
2828
release_name: ${{ steps.changelog.outputs.tag }}

0 commit comments

Comments
 (0)