Skip to content

Commit 559e269

Browse files
committed
add permissions
1 parent ade0412 commit 559e269

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
build_and_push:
1010
name: Build and push the docker image
1111
runs-on: ubuntu-latest
12+
permissions:
13+
contents: read
14+
packages: write
1215

1316
steps:
1417
- name: Checkout 🛎️

0 commit comments

Comments
 (0)