Skip to content

Commit d0c562d

Browse files
authored
Merge pull request #50 from Expensify/andrew-oidc
Update node and permissions to allow publishing via OIDC
2 parents 663d01e + 9d293c3 commit d0c562d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
push:
55
branches: [main]
66

7+
permissions:
8+
# Required for OIDC: https://docs.npmjs.com/trusted-publishers
9+
id-token: write
10+
contents: read
11+
712
# Ensure that only one instance of this workflow executes at a time.
813
# If multiple PRs are merged in quick succession, there will only ever be one publish workflow running and one pending.
914
concurrency: ${{ github.workflow }}

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
24.11.0

0 commit comments

Comments
 (0)