Skip to content

Commit e30f3d7

Browse files
committed
chore: add required OIDC permissions
Signed-off-by: Maude Laflamme <maude.laflamme@montreal.ca>
1 parent 7005e0c commit e30f3d7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Publish NPM Package
22
on:
33
release:
44
types: [created]
5+
permissions:
6+
id-token: write # Required for OIDC
7+
contents: read
58
jobs:
69
build:
710
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)