We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fea9a78 commit 0187edfCopy full SHA for 0187edf
.github/workflows/deployment.yml
@@ -7,6 +7,9 @@ on:
7
jobs:
8
build-docker-image:
9
runs-on: ubuntu-latest
10
+ permissions:
11
+ contents: read
12
+ packages: write
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v5
0 commit comments