diff --git a/.github/workflows/deploy-production.yml b/.github/workflows/deploy-production.yml index 5d0c38e5..6431318d 100644 --- a/.github/workflows/deploy-production.yml +++ b/.github/workflows/deploy-production.yml @@ -9,6 +9,9 @@ jobs: build: name: Build, test, and eventually push the container image runs-on: ubuntu-latest + permissions: + contents: read + packages: write strategy: fail-fast: false matrix: diff --git a/.github/workflows/deploy-release.yml b/.github/workflows/deploy-release.yml index a7b13a2e..6da57180 100644 --- a/.github/workflows/deploy-release.yml +++ b/.github/workflows/deploy-release.yml @@ -15,6 +15,9 @@ jobs: build: name: Deploy container image - Release runs-on: ubuntu-latest + permissions: + contents: read + packages: write strategy: fail-fast: false matrix: