Skip to content

Commit efeb5a1

Browse files
committed
fix: correct indentation in permissions section of cleanup workflow
1 parent 7d0831f commit efeb5a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cleanup-container-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
permissions:
1717
id-token: write
1818
contents: read
19-
packages: write # Required for Azure Container Registry operations
19+
packages: write # Required for Azure Container Registry operations
2020

2121
jobs:
2222
cleanup-images:

0 commit comments

Comments
 (0)