Skip to content

Commit 614a74c

Browse files
JohnVillalovosnejch
authored andcommitted
ci(release): use the correct token for publish to GitHub
For the: "Publish package distributions to GitHub Releases" use the correct `secrets.RELEASE_GITHUB_TOKEN`. Before it was using `secrets.GITHUB_TOKEN` The other steps are already using `secrets.RELEASE_GITHUB_TOKEN` Closes: python-gitlab#3288
1 parent c7333d8 commit 614a74c

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
@@ -35,4 +35,4 @@ jobs:
3535
uses: python-semantic-release/publish-action@v10.4.1
3636
if: steps.release.outputs.released == 'true'
3737
with:
38-
github_token: ${{ secrets.GITHUB_TOKEN }}
38+
github_token: ${{ secrets.RELEASE_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)