Skip to content

Commit f028cc3

Browse files
SCAL-286757-4 Update GitHub workflow permissions for OIDC (#379)
1 parent 270acc3 commit f028cc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publishToNPM.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
default: 'latest'
1414
type: string
1515

16+
permissions:
17+
id-token: write # Required for OIDC
18+
contents: read
19+
1620
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
1721
jobs:
1822
# This workflow contains a single job called "build"

0 commit comments

Comments
 (0)