Skip to content

Commit

Permalink
Merge pull request #55 from Haidra-Org/main
Browse files Browse the repository at this point in the history
ci: use org PAT instead
  • Loading branch information
tazlin authored Oct 23, 2023
2 parents 80fddc9 + 099a0f6 commit 7fa5451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: release
uses: rymndhng/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PYPI_PAT }}
with:
bump_version_scheme: patch
use_github_release_notes: true
Expand Down

0 comments on commit 7fa5451

Please sign in to comment.