Skip to content

Commit 723cd50

Browse files
committed
workflow fix v6
1 parent 8fe1dae commit 723cd50

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ on:
66
pull_request:
77
branches: [ main ]
88

9+
# Set permissions
10+
permissions:
11+
contents: read
12+
pages: write
13+
id-token: write
14+
915
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
1016
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
1117
concurrency:

0 commit comments

Comments
 (0)