Skip to content

Commit 15ec401

Browse files
chore: id-token permission for ci (#254)
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent 9b93f6d commit 15ec401

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ jobs:
196196
deploy:
197197
name: Deploy to CDN
198198
runs-on: ubuntu-latest
199+
permissions:
200+
id-token: write
199201
needs: ['docker-build']
200202
steps:
201203
- uses: actions/checkout@v4
@@ -292,4 +294,4 @@ jobs:
292294
- name: Deploy to Juno
293295
uses: junobuild/juno-action@main
294296
with:
295-
args: deploy
297+
args: hosting deploy

0 commit comments

Comments
 (0)