Skip to content

Commit 1abb541

Browse files
committed
feat: change to use assume role
1 parent 3ac1475 commit 1abb541

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/terraform.yml

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ on:
66
- develop
77
- main
88

9+
# Permission can be added at job level or workflow level
10+
permissions:
11+
id-token: write # This is required for requesting the JWT
12+
contents: read # This is required for actions/checkout
13+
914
jobs:
1015
terraform:
1116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)