We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ad3064 commit 26a1c5aCopy full SHA for 26a1c5a
2 files changed
.github/workflows/production-deploy.yml
@@ -35,6 +35,7 @@ on:
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
.github/workflows/staging-deploy.yml
@@ -53,6 +53,7 @@ jobs:
53
54
needs: test
55
56
57
58
59
0 commit comments