Skip to content

Commit 30eedd8

Browse files
authored
fix: Update releases.yml
1 parent 45aa740 commit 30eedd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/releases.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ jobs:
1414
id: changelog
1515
uses: TriPSs/conventional-changelog-action@v3
1616
with:
17-
github-token: ${{ secrets.github_token }}
17+
github-token: ${{ secrets.ACCESS_TOKEN }}
1818

1919
- name: create release
2020
uses: actions/create-release@v1
2121
if: ${{ steps.changelog.outputs.skipped == 'false' }}
2222
env:
23-
GITHUB_TOKEN: ${{ secrets.github_token }}
23+
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
2424
with:
2525
tag_name: ${{ steps.changelog.outputs.tag }}
2626
release_name: ${{ steps.changelog.outputs.tag }}
27-
body: ${{ steps.changelog.outputs.clean_changelog }}
27+
body: ${{ steps.changelog.outputs.clean_changelog }}

0 commit comments

Comments
 (0)