Skip to content

Commit 7f85c07

Browse files
committed
DEV: correct auto-changelog access token
1 parent e2ddc45 commit 7f85c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
repository: RocketPy-Team/RocketPy
2121
ref: develop
22-
token: ${{ secrets.GITHUB_TOKEN }}
22+
token: ${{ secrets.RELEASE_TOKEN }}
2323

2424
- name: Update Changelog
2525
env:

0 commit comments

Comments
 (0)