Skip to content

Commit 66f1224

Browse files
committed
ci: switch to npm Trusted Publishing (OIDC)
1 parent f828de8 commit 66f1224

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ jobs:
4949
echo "tag=latest" >> $GITHUB_OUTPUT
5050
fi
5151
52-
- name: Publish to npm (Trusted Publishing)
52+
- name: Publish to npm (Trusted Publishing via OIDC)
5353
run: npm publish ./dist/angular-editor --tag ${{ steps.npm-tag.outputs.tag }} --provenance --access public
54-
env:
55-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5654

5755
- name: Create GitHub Release
5856
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)