Skip to content

Commit 9fac91b

Browse files
committed
Merge branch 'main' into ownership-change-prep
2 parents 749ab9b + 32141d9 commit 9fac91b

File tree

4 files changed

+1035
-932
lines changed

4 files changed

+1035
-932
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525

2626
- name: Set Node.js 16.x
27-
uses: actions/setup-node@v3.5.1
27+
uses: actions/setup-node@v3.6.0
2828
with:
2929
node-version: 16.x
3030

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ on:
88
- 'releases/*'
99
workflow_dispatch:
1010

11+
permissions:
12+
id-token: write
13+
contents: write
14+
1115
jobs:
1216
# test action works running from the graph
1317
test:

0 commit comments

Comments
 (0)