Skip to content

Commit d3f2e30

Browse files
authored
fix: relationship description citations (#227)
1 parent 439dd63 commit d3f2e30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-and-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
id: release
8484
uses: python-semantic-release/python-semantic-release@v10.5.3
8585
with:
86-
github_token: ${{ secrets.GITHUB_TOKEN }}
86+
github_token: ${{ secrets.ATTACK_AUTOBOT_RELEASE_TOKEN }}
8787
# NOTE: git_committer_name and git_committer_email are optional
8888
# We omit them because, if set, they must be associated with the provided token
8989
# and we don't really care to have a specific committer for automated releases.
@@ -92,7 +92,7 @@ jobs:
9292
uses: python-semantic-release/publish-action@v10.5.3
9393
if: steps.release.outputs.released == 'true'
9494
with:
95-
github_token: ${{ secrets.GITHUB_TOKEN }}
95+
github_token: ${{ secrets.ATTACK_AUTOBOT_RELEASE_TOKEN }}
9696
tag: ${{ steps.release.outputs.tag }}
9797

9898
- name: Upload distribution artifacts

0 commit comments

Comments
 (0)