We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a485d5a commit be2111fCopy full SHA for be2111f
1 file changed
.github/workflows/release.yml
@@ -4,6 +4,10 @@ on:
4
push:
5
branches: [main]
6
7
+permissions:
8
+ id-token: write # Required for OIDC
9
+ contents: read
10
+
11
jobs:
12
release:
13
runs-on: ubuntu-latest
@@ -24,9 +28,6 @@ jobs:
24
28
with:
25
29
bun-version: latest
26
30
27
- - name: Setup npmrc
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
-
31
- name: Install dependencies
32
run: bun install --frozen-lockfile
33
0 commit comments