Skip to content

Commit f595908

Browse files
committed
Update repo_token for releases
Update the release workflow to use a new personal access token.
1 parent ef974c7 commit f595908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: automatic_release
2626
uses: 'marvinpinto/action-automatic-releases@latest'
2727
with:
28-
repo_token: '${{ secrets.GITHUB_TOKEN }}'
28+
repo_token: '${{ secrets.RELEASE_PAT }}'
2929
automatic_release_tag: ${{ steps.set_release_version.outputs.version }}
3030
prerelease: false
3131
title: ${{ steps.set_release_version.outputs.version }}

0 commit comments

Comments
 (0)