Skip to content

Commit c943c33

Browse files
authored
Merge pull request #697 from Expensify/andrew-oidc
Update node and permissions to allow publishing via OIDC
2 parents 6a24680 + 724edfd commit c943c33

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.19.3
1+
24.11.0

0 commit comments

Comments
 (0)