Skip to content

Commit

Permalink
chore(github-actions): replace GITHUB_TOKEN with RELEASE_TOKEN in rel…
Browse files Browse the repository at this point in the history
…ease_and_publish workflow
  • Loading branch information
rrrodzilla committed Jul 24, 2024
1 parent bd88a07 commit fe77833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
with:
version: ${{ needs.extract-version.outputs.cargo_version }}
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
token: $RELEASE_TOKEN
build-matrix:
name: Define Build Matrix
runs-on: ubuntu-latest
Expand Down

0 comments on commit fe77833

Please sign in to comment.