Skip to content

Commit

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

0 comments on commit c4f09f1

Please sign in to comment.