Skip to content

Commit

Permalink
Actually use the GITHUB_TOKEN (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
offbyone authored and botpub committed Nov 13, 2023
1 parent 14b3838 commit 6d95574
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Publish
if: ${{ steps.check_release.outputs.release=='' }}
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
autopub prepare
Expand Down
3 changes: 3 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Release type: patch

Iterating on github token use

0 comments on commit 6d95574

Please sign in to comment.