mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:03:08 +02:00
ci: add permissions to remove old versions
This commit is contained in:
parent
eea9fd56b0
commit
12a324cff0
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
remove-package-versions:
|
remove-package-versions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
packages: read|write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/delete-package-versions@v4
|
- uses: actions/delete-package-versions@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue