Skip to content

Commit 660ebd2

Browse files
feat: remove JUNO_TOKEN usage for deployments
Signed-off-by: David Dal Busco <david.dalbusco@outlook.com>
1 parent d9428d7 commit 660ebd2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
id-token: write
1113
steps:
1214
- name: Checkout
1315
uses: actions/checkout@v4
@@ -19,5 +21,3 @@ jobs:
1921
uses: junobuild/juno-action@main
2022
with:
2123
args: hosting deploy
22-
env:
23-
JUNO_TOKEN: ${{ secrets.JUNO_TOKEN }}

0 commit comments

Comments
 (0)