Skip to content

Commit aec39b1

Browse files
authored
Update deploy.yml to include permissions
Add permissions for contents and deployments in deploy.yml
1 parent 4302f42 commit aec39b1

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
deploy:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
deployments: write
1114
steps:
1215
- uses: actions/checkout@v4
1316

0 commit comments

Comments
 (0)