diff options
| author | Marie <marie@kaifa.ch> | 2023-09-26 03:22:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-26 03:22:45 +0200 |
| commit | 12a324cff09837a3e766844b52f9ba1934f283b3 (patch) | |
| tree | 0b3db9440ad39054c68c0228368e7542ef8a9669 /.github | |
| parent | add(ci): clear-packages.yml (diff) | |
| download | sharkey-12a324cff09837a3e766844b52f9ba1934f283b3.tar.gz sharkey-12a324cff09837a3e766844b52f9ba1934f283b3.tar.bz2 sharkey-12a324cff09837a3e766844b52f9ba1934f283b3.zip | |
ci: add permissions to remove old versions
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/clear-untagged-packages.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/clear-untagged-packages.yml b/.github/workflows/clear-untagged-packages.yml index 1dfbaff097..c56499f773 100644 --- a/.github/workflows/clear-untagged-packages.yml +++ b/.github/workflows/clear-untagged-packages.yml @@ -6,6 +6,9 @@ on: jobs: remove-package-versions: runs-on: ubuntu-latest + permissions: + contents: read + packages: read|write steps: - uses: actions/delete-package-versions@v4 with: |