Skip to content

Commit 385bd5c

Browse files
fix: permissions
1 parent 750e239 commit 385bd5c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/npm-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ jobs:
1414
npm-publish:
1515
uses: ./.github/workflows/reusable-npm.yml
1616
with:
17-
tag: "latest"
17+
tag: latest

.github/workflows/reusable-npm.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ on:
2020
jobs:
2121
npm-publish:
2222
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/publish-npm.yml@feat/npm-trusted-publisher
23-
permissions:
24-
id-token: write # Required for OIDC
25-
packages: write
26-
contents: read
2723
with:
2824
install-command: npm ci
2925
build-command: npm run build

0 commit comments

Comments
 (0)