Skip to content

Commit

Permalink
Replaced secret with a new one to try and fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
gsleap committed Apr 18, 2024
1 parent 37d3978 commit d5292b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:

- uses: katyo/publish-crates@v2
with:
registry-token: ${{ secrets.CRATES_TOKEN }}
registry-token: ${{ secrets.CARGO_REGISTRY_TOKEN }}
args: --no-verify

create-github-and-pypi-release:
Expand Down

0 comments on commit d5292b7

Please sign in to comment.