We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 439dd63 commit d3f2e30Copy full SHA for d3f2e30
1 file changed
.github/workflows/release-and-publish.yml
@@ -83,7 +83,7 @@ jobs:
83
id: release
84
uses: python-semantic-release/python-semantic-release@v10.5.3
85
with:
86
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.ATTACK_AUTOBOT_RELEASE_TOKEN }}
87
# NOTE: git_committer_name and git_committer_email are optional
88
# We omit them because, if set, they must be associated with the provided token
89
# and we don't really care to have a specific committer for automated releases.
@@ -92,7 +92,7 @@ jobs:
92
uses: python-semantic-release/publish-action@v10.5.3
93
if: steps.release.outputs.released == 'true'
94
95
96
tag: ${{ steps.release.outputs.tag }}
97
98
- name: Upload distribution artifacts
0 commit comments