diff --git a/.github/workflows/production-deploy.yml b/.github/workflows/production-deploy.yml index 6c3a2ed..87b0ac7 100644 --- a/.github/workflows/production-deploy.yml +++ b/.github/workflows/production-deploy.yml @@ -35,6 +35,7 @@ on: jobs: deploy: permissions: + contents: write packages: write id-token: write uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main diff --git a/.github/workflows/staging-deploy.yml b/.github/workflows/staging-deploy.yml index 7b62b3f..c4b74e7 100644 --- a/.github/workflows/staging-deploy.yml +++ b/.github/workflows/staging-deploy.yml @@ -55,6 +55,7 @@ jobs: deploy: needs: test permissions: + contents: write packages: write id-token: write uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main