Skip to content

Commit 0cc3cad

Browse files
Add permissions for "Update Hugo" workflow
1 parent f239a21 commit 0cc3cad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-hugo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
permissions:
1616
contents: write # to update files and push branches
1717
pull-requests: write # to create PR
18+
workflows: write # to update ci.yml and cd.yml
1819
steps:
1920
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2021
with:

0 commit comments

Comments
 (0)