Skip to content

Commit e16c8a5

Browse files
author
Adetokunbo Ige
committed
chore: add permission to github actions
Signed-off-by: Adetokunbo Ige <[email protected]>
1 parent b8b8451 commit e16c8a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pulumi-deploy.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
env:
1414
AWS_REGION: ${{ secrets.AWS_REGION }}
15+
16+
permissions:
17+
id-token: write
18+
contents: read
19+
pull-requests: write
20+
repository-projects: write
21+
1522
steps:
1623
- name: Checkout code
1724
uses: actions/checkout@v4

0 commit comments

Comments
 (0)