remove token for oidc publishing (#3077)

This commit is contained in:
Jacob Bolda
2025-11-19 21:52:57 -06:00
committed by GitHub
parent 8bfa445023
commit e644f38673
@@ -11,7 +11,7 @@ on:
- v2 - v2
permissions: permissions:
# required for npm provenance # required for oidc token
id-token: write id-token: write
# required to create the GitHub Release # required to create the GitHub Release
contents: write contents: write
@@ -62,7 +62,6 @@ jobs:
id: covector id: covector
env: env:
CARGO_TARGET_DIR: /mnt/target CARGO_TARGET_DIR: /mnt/target
NODE_AUTH_TOKEN: ${{ secrets.ORG_NPM_TOKEN }}
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
command: 'version-or-publish' command: 'version-or-publish'