Skip to content

Commit ea94b96

Browse files
committed
Update node and permissions to allow publishing via OIDC
See Expensify/Expensify#558148
1 parent f17ef1d commit ea94b96

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.18.1
1+
24.11.0

0 commit comments

Comments
 (0)