Skip to content

Commit 2be9b1d

Browse files
committed
fix(promote): add note for package permissions
1 parent 05ca853 commit 2be9b1d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/promote.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,8 @@ on:
101101

102102
permissions:
103103
contents: write
104-
packages: write
104+
# NOTE: Callers must also grant 'packages: write' when using image-digests input
105+
# packages: write
105106

106107
jobs:
107108
promote:

0 commit comments

Comments
 (0)