Skip to content

Commit 7e86e3f

Browse files
committed
chore: fix workflow permission
1 parent afe25e3 commit 7e86e3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
workflow_dispatch:
1313

1414
permissions:
15-
id-token: write # Required for OIDC
16-
contents: read
15+
id-token: write # Required for kOIDC
16+
contents: write
1717

1818
jobs:
1919
build:

0 commit comments

Comments
 (0)