Skip to content

Commit 0f90e1b

Browse files
committed
Update deploy.yml to set permissions for GitHub Actions
1 parent e57cfee commit 0f90e1b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy.yml

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ on:
55
branches: [main]
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
pages: write
11+
id-token: write
12+
813
jobs:
914
build-and-deploy:
1015
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)