diff --git a/.github/workflows/release_and_publish.yml b/.github/workflows/release_and_publish.yml index 2a01ce9..661730e 100644 --- a/.github/workflows/release_and_publish.yml +++ b/.github/workflows/release_and_publish.yml @@ -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