Skip to content

Commit caa9e96

Browse files
authored
Update deploy-live.yml
1 parent 60474f0 commit caa9e96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-live.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
name: Deploy
4040
needs: build
4141
runs-on: ubuntu-latest
42-
id-token: write
42+
permissions:
43+
id-token: write
4344

4445
steps:
4546
- name: Checkout repository

0 commit comments

Comments
 (0)