Skip to content

Commit 13346d9

Browse files
committed
Grant admin access to delete images
Signed-off-by: Marvin Froeder <marvin@datasqrl.com>
1 parent 406ae30 commit 13346d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/delete-pr-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
delete-ghcr:
99
runs-on: ubuntu-latest
1010
permissions:
11-
packages: write # Also ensures read permission
11+
packages: admin
1212

1313
strategy:
1414
matrix:

0 commit comments

Comments
 (0)