We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa5376 commit 1bae935Copy full SHA for 1bae935
2 files changed
.github/workflows/production-deploy.yml
@@ -34,6 +34,10 @@ on:
34
default: '5'
35
jobs:
36
deploy:
37
+ permissions:
38
+ contents: write
39
+ packages: write
40
+ id-token: write
41
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
42
with:
43
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-python'
.github/workflows/staging-deploy.yml
@@ -52,6 +52,10 @@ jobs:
52
if-no-files-found: warn
53
54
needs: test
55
56
57
58
59
60
61
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
0 commit comments