We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0937be commit acfaadbCopy full SHA for acfaadb
.github/workflows/release.yml
@@ -87,8 +87,10 @@ jobs:
87
id: pycord-release
88
uses: Aiko-IT-Systems/pycord-lib-release-action@v1.0.0
89
with:
90
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ github-token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
91
pypi-token: ${{ secrets.PYPI_TOKEN }}
92
+ git-username: "NyuwBot"
93
+ git-email: "nyuw@aitsys.dev"
94
version-branch-name: ${{ needs.pre_config.outputs.branch_name }}
95
ref: ${{ github.ref_name }}
96
repository: ${{ github.repository }}
0 commit comments