Skip to content

Commit 4c6c80f

Browse files
authored
Merge pull request #70 from thefrontside/oidc-publishing
👷 Setup OIDC publishing
2 parents 02b89a4 + fc48e87 commit 4c6c80f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0 # required for use of git history
29-
- uses: actions/setup-node@v3
29+
- uses: actions/setup-node@v6
3030
with:
31-
registry-url: "https://registry.npmjs.org"
31+
node-version: 24
3232
- uses: volta-cli/action@v4
3333
- name: git config
3434
run: |
@@ -37,8 +37,6 @@ jobs:
3737
- name: covector version or publish (publish when no change files present)
3838
uses: jbolda/covector/packages/action@covector-v0
3939
id: covector
40-
env:
41-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4240
with:
4341
token: ${{ secrets.GITHUB_TOKEN }}
4442
command: "version-or-publish"

0 commit comments

Comments
 (0)