We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe0d90 commit 31132b6Copy full SHA for 31132b6
2 files changed
.github/workflows/production-deploy.yml
@@ -34,6 +34,9 @@ on:
34
default: '5'
35
jobs:
36
deploy:
37
+ permissions:
38
+ packages: write
39
+ id-token: write
40
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
41
with:
42
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-python'
.github/workflows/staging-deploy.yml
@@ -8,6 +8,9 @@ on:
8
9
10
11
12
13
14
15
16
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
0 commit comments