We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eda2e1 commit 9fff45aCopy full SHA for 9fff45a
2 files changed
.github/workflows/production-deploy.yml
@@ -34,7 +34,11 @@ 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
+
42
with:
43
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-python'
44
environment: "production"
.github/workflows/staging-deploy.yml
@@ -6,6 +6,8 @@ on:
6
- main
7
workflow_dispatch:
8
9
10
11
12
test:
13
name: Test
@@ -52,6 +54,9 @@ jobs:
52
54
if-no-files-found: warn
53
55
56
needs: test
57
58
59
60
61
62
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"
0 commit comments