summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorMarie <marie@kaifa.ch>2023-09-26 03:25:56 +0200
committerGitHub <noreply@github.com>2023-09-26 03:25:56 +0200
commit8484b00f7471f4fcca94f494fd95618768952741 (patch)
tree3df34e7cde742219266284f5f8043f83a53790b9 /.github/workflows
parentci: add permissions to remove old versions (diff)
downloadsharkey-8484b00f7471f4fcca94f494fd95618768952741.tar.gz
sharkey-8484b00f7471f4fcca94f494fd95618768952741.tar.bz2
sharkey-8484b00f7471f4fcca94f494fd95618768952741.zip
fix(ci): fix permission error
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/clear-untagged-packages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clear-untagged-packages.yml b/.github/workflows/clear-untagged-packages.yml
index c56499f773..5f94d54bcb 100644
--- a/.github/workflows/clear-untagged-packages.yml
+++ b/.github/workflows/clear-untagged-packages.yml
@@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
contents: read
- packages: read|write
+ packages: write
steps:
- uses: actions/delete-package-versions@v4
with: