diff --git a/.github/workflows/build-deploy-feature-branch-dev.yaml b/.github/workflows/build-deploy-feature-branch-dev.yaml index 3db5e85e..02e10705 100644 --- a/.github/workflows/build-deploy-feature-branch-dev.yaml +++ b/.github/workflows/build-deploy-feature-branch-dev.yaml @@ -7,6 +7,7 @@ env: PRINT_PAYLOAD: true permissions: packages: write + contents: write jobs: build-and-push: name: Build and push diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a687663b..3e85e546 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,8 @@ env: IMAGE: ghcr.io/${{ github.repository }}/veilarbfilter PRINT_PAYLOAD: true permissions: - packages: write + packages: write + contents: write jobs: test: name: Run tests