Skip to content

Commit acfaadb

Browse files
committed
Update release workflow authentication and user info
Switched to using ADMIN_GITHUB_TOKEN for releases and added explicit git username and email for commit attribution in the release workflow.
1 parent d0937be commit acfaadb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ jobs:
8787
id: pycord-release
8888
uses: Aiko-IT-Systems/[email protected]
8989
with:
90-
github-token: ${{ secrets.GITHUB_TOKEN }}
90+
github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
9191
pypi-token: ${{ secrets.PYPI_TOKEN }}
92+
git-username: "NyuwBot"
93+
git-email: "[email protected]"
9294
version-branch-name: ${{ needs.pre_config.outputs.branch_name }}
9395
ref: ${{ github.ref_name }}
9496
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)