We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f825ba commit 7ad3064Copy full SHA for 7ad3064
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
@@ -52,6 +52,9 @@ jobs:
52
if-no-files-found: warn
53
54
needs: test
55
56
57
58
59
60
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
0 commit comments