Skip to content

Commit

Permalink
Update tag_and_release.yaml (#156)
Browse files Browse the repository at this point in the history
try using GitHub token
  • Loading branch information
ryanmrichard authored May 17, 2023
1 parent f314951 commit 6ec67b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
tag:
uses: CMakePP/.github/.github/workflows/tag_and_release_master.yaml@main
secrets:
token: ${{ secrets.UPDATE_VERSION_TXT }}
token: ${{ secrets.GITHUB_TOKEN }}
release:
needs: tag
uses: CMakePP/.github/.github/workflows/pypi_release_master.yaml@main
Expand Down

0 comments on commit 6ec67b6

Please sign in to comment.