Skip to content

Commit baf3332

Browse files
author
Lucas McDonald
committed
m
1 parent 60f39e3 commit baf3332

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/prod-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ jobs:
235235
runs-on: ubuntu-latest
236236
# TODO: Uncomment when adding publish step
237237
# needs: [publish]
238+
permissions:
239+
id-token: write
240+
contents: read
238241
steps:
239242
- name: Checkout code
240243
uses: actions/checkout@v4
@@ -269,6 +272,9 @@ jobs:
269272
runs-on: ubuntu-latest
270273
# TODO: Uncomment when adding publish step
271274
# needs: [publish]
275+
permissions:
276+
id-token: write
277+
contents: read
272278
steps:
273279
- name: Checkout code
274280
uses: actions/checkout@v4

0 commit comments

Comments
 (0)