Skip to content

Commit 244e022

Browse files
authored
Assign contents permission to deploy CI job (#1705)
1 parent 9af0a9d commit 244e022

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- cron: "0 4 * * *"
77
workflow_dispatch: null
88

9+
permissions:
10+
contents: write
11+
912
jobs:
1013
deploy:
1114
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)