Skip to content

Commit f7551b1

Browse files
authored
chore: enable OIDC (#117)
1 parent 787b422 commit f7551b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/release-please.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- main
77

8+
permissions:
9+
id-token: write # Required for OIDC
10+
contents: read
11+
812
jobs:
913
release-please:
1014
runs-on: ubuntu-latest
@@ -26,8 +30,6 @@ jobs:
2630
- uses: actions/checkout@v4
2731
- uses: actions/setup-node@v4
2832
with:
29-
node-version: lts/*
33+
node-version: 24
3034
registry-url: 'https://registry.npmjs.org'
3135
- run: npm publish --access public
32-
env:
33-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)