mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
fix: Add content write permissions
This commit is contained in:
parent
da2db9fd50
commit
c4b1f5dc96
1 changed files with 3 additions and 0 deletions
3
.github/workflows/gh-pages-cleanup.yaml
vendored
3
.github/workflows/gh-pages-cleanup.yaml
vendored
|
@ -3,6 +3,9 @@ name: Cleanup Directory on Branch Deletion
|
|||
on:
|
||||
delete
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
||||
jobs:
|
||||
cleanup:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in a new issue