Skip to content

Commit 9e355e7

Browse files
authored
Add permissions for workflow to write contents
1 parent 78bf65c commit 9e355e7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update-clones-badge.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
- cron: "0 */12 * * *"
66
workflow_dispatch:
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
update-clones:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)