Skip to content

Commit ad7ed53

Browse files
authored
1 parent e57ca14 commit ad7ed53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/re-npm-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ on:
3737
type: string
3838
default: "main"
3939

40-
permissions:
41-
contents: write
42-
packages: write
43-
id-token: write
4440
env:
4541
VERSION: ${{ inputs.version }}
4642
DIST_TAG: ${{ inputs.dist-tag }}
4743
jobs:
4844
npm-build-publish:
45+
permissions:
46+
contents: write
47+
packages: write
48+
id-token: write
4949
runs-on: ubuntu-latest
5050
env:
5151
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)