Skip to content

Commit 8753380

Browse files
committed
Add write permissions to github workflow
1 parent c7b0392 commit 8753380

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/drawio-export.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ on:
1010
jobs:
1111
export-diagrams:
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: write
1315

1416
steps:
1517
- name: Checkout repository

0 commit comments

Comments
 (0)