Skip to content

Commit 1842e6b

Browse files
committed
Add write permissions to the workflow
1 parent 8e63c28 commit 1842e6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/copy-dirs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
copy-v1-uk-docs:
1111
runs-on: ubuntu-latest
1212

13+
permissions:
14+
contents: write
15+
1316
steps:
1417
- name: Checkout Source Branch
1518
uses: actions/checkout@v3

0 commit comments

Comments
 (0)