Skip to content

Commit d2522bc

Browse files
committed
fix: add required permissions for package publishing
1 parent b08725d commit d2522bc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
permissions:
1717
contents: read
1818
packages: write
19+
actions: write
1920

2021
steps:
2122
- name: Checkout repository
@@ -90,6 +91,7 @@ jobs:
9091
if: startsWith(github.ref, 'refs/tags/')
9192
permissions:
9293
contents: write
94+
packages: write
9395
steps:
9496
- name: Checkout code
9597
uses: actions/checkout@v4

0 commit comments

Comments
 (0)