Skip to content

Commit c22b459

Browse files
authored
add permissions
1 parent fc00d07 commit c22b459

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-push-container.yml

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

0 commit comments

Comments
 (0)