Skip to content

Commit fa004ee

Browse files
committed
fix: use packages permission in Docker workflow
1 parent 29dccfc commit fa004ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ concurrency:
1818

1919
permissions:
2020
contents: read
21-
package: write
21+
packages: write
2222

2323
jobs:
2424
build:

0 commit comments

Comments
 (0)