mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-28 07:51:20 +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:
|
on:
|
||||||
delete
|
delete
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cleanup:
|
cleanup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in a new issue