Skip to content

Commit a46875f

Browse files
committed
add write permission for workflow
1 parent 6a41a20 commit a46875f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
permissions:
16-
contents: read
16+
contents: write
1717
packages: write
1818
id-token: write
1919

0 commit comments

Comments
 (0)