Skip to content

Commit 40f2de5

Browse files
committed
fix permissions
1 parent 96fdde5 commit 40f2de5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/delete_old_images.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ jobs:
1212
delete-old-pushed-images:
1313
runs-on: ubuntu-22.04
1414
permissions:
15-
id-token: write
1615
contents: read
16+
packages: write
17+
attestations: write
18+
id-token: write
1719

1820
steps:
1921
- name: Checkout local code

0 commit comments

Comments
 (0)