Skip to content

Commit

Permalink
adding version-push-token
Browse files Browse the repository at this point in the history
  • Loading branch information
adamamer20 committed Aug 28, 2024
1 parent 5a4d72e commit 28a86d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.VERSION_PUSH_TOKEN }}
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 28a86d5

Please sign in to comment.