Skip to content

Commit 470fa9d

Browse files
authored
OPS-0000-fix permissions issue (#42)
OPS-0000-fix permissions issue (#42)
1 parent e7337e5 commit 470fa9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish_image.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
publish_docker_image:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
packages: write
1114
steps:
1215
- name: Check out the repository
1316
uses: actions/checkout@v3

0 commit comments

Comments
 (0)