diff options
| author | Marie <marie@kaifa.ch> | 2023-09-26 03:25:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-26 03:25:56 +0200 |
| commit | 8484b00f7471f4fcca94f494fd95618768952741 (patch) | |
| tree | 3df34e7cde742219266284f5f8043f83a53790b9 /.github/workflows | |
| parent | ci: add permissions to remove old versions (diff) | |
| download | sharkey-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.yml | 2 |
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: |