Skip to content

Commit ff58e5d

Browse files
release: publish npm via OIDC trusted publisher (#169)
Co-authored-by: Kirill Korikov <11762090+yourconscience@users.noreply.github.com>
1 parent dc7cc72 commit ff58e5d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ jobs:
4949
- name: Publish
5050
env:
5151
NPM_CONFIG_PROVENANCE: true
52-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
5352
run: |
5453
version="${GITHUB_REF_NAME#v}"
5554
if npm view "@your_conscience/dotagents@$version" version >/dev/null 2>&1; then

0 commit comments

Comments
 (0)