Skip to content

Commit 31132b6

Browse files
committed
Added permissions
1 parent 3fe0d90 commit 31132b6

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/production-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ on:
3434
default: '5'
3535
jobs:
3636
deploy:
37+
permissions:
38+
packages: write
39+
id-token: write
3740
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
3841
with:
3942
template-repository-name: 'lambda-feedback/evaluation-function-boilerplate-python'

.github/workflows/staging-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88

99
jobs:
1010
deploy:
11+
permissions:
12+
packages: write
13+
id-token: write
1114
uses: lambda-feedback/evaluation-function-workflows/.github/workflows/deploy.yml@main
1215
with:
1316
template-repository-name: "lambda-feedback/evaluation-function-boilerplate-python"

0 commit comments

Comments
 (0)