We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b93f6d commit 15ec401Copy full SHA for 15ec401
1 file changed
.github/workflows/release.yml
@@ -196,6 +196,8 @@ jobs:
196
deploy:
197
name: Deploy to CDN
198
runs-on: ubuntu-latest
199
+ permissions:
200
+ id-token: write
201
needs: ['docker-build']
202
steps:
203
- uses: actions/checkout@v4
@@ -292,4 +294,4 @@ jobs:
292
294
- name: Deploy to Juno
293
295
uses: junobuild/juno-action@main
296
with:
- args: deploy
297
+ args: hosting deploy
0 commit comments