Merge pull request #463 from AikidoSec/remove-npm-token

Remove obsolete npm token from pipeline
This commit is contained in:
bitterpanda 2026-05-18 09:55:47 -07:00 committed by GitHub
commit 93c264ef84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -144,8 +144,6 @@ jobs:
with:
node-version: "lts/*"
registry-url: "https://registry.npmjs.org/"
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
- name: Setup safe-chain
run: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci