Skip to content

Commit e644f38

Browse files
authored
remove token for oidc publishing (#3077)
1 parent 8bfa445 commit e644f38

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/covector-version-or-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- v2
1212

1313
permissions:
14-
# required for npm provenance
14+
# required for oidc token
1515
id-token: write
1616
# required to create the GitHub Release
1717
contents: write
@@ -62,7 +62,6 @@ jobs:
6262
id: covector
6363
env:
6464
CARGO_TARGET_DIR: /mnt/target
65-
NODE_AUTH_TOKEN: ${{ secrets.ORG_NPM_TOKEN }}
6665
with:
6766
token: ${{ secrets.GITHUB_TOKEN }}
6867
command: 'version-or-publish'

0 commit comments

Comments
 (0)