Skip to content

Commit 047a362

Browse files
OCP-1673: removing npmjs.com token - migrating to trusted publishers (#88)
* OCP-1673: removing npmjs.com token - migrating to trusted publishers * Updating reusable workflow
1 parent 3fa4d67 commit 047a362

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
release:
1919
uses: ./.github/workflows/reusable-release.yaml
2020
secrets:
21-
npmJSToken: ${{ secrets.NPMJS_TOKEN }}
2221
githubPackagesToken: ${{ secrets.GHA_PAT }}
2322
gitReleasesToken: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2423
with:

.github/workflows/reusable-release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ on:
1414
type: boolean
1515
default: true
1616
secrets:
17-
npmJSToken:
18-
required: false
1917
githubPackagesToken:
2018
required: true
2119
gitReleasesToken:
@@ -97,5 +95,3 @@ jobs:
9795
else
9896
yarn publish --verbose --access public --registry https://registry.npmjs.org
9997
fi
100-
env:
101-
NODE_AUTH_TOKEN: ${{ secrets.npmJSToken }}

0 commit comments

Comments
 (0)