Skip to content

Commit 8b4778a

Browse files
committed
oidc
1 parent cb59fb9 commit 8b4778a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/run-e2e-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
terraform-apply:
4747
needs: terraform-plan
4848
runs-on: ubuntu-latest
49+
permissions:
50+
id-token: write
51+
contents: read
4952
environment:
5053
name: int
5154
steps:
@@ -71,6 +74,9 @@ jobs:
7174
e2e-tests:
7275
needs: terraform-apply
7376
runs-on: ubuntu-latest
77+
permissions:
78+
id-token: write
79+
contents: read
7480
steps:
7581
- name: Checkout
7682
uses: actions/checkout@v4

0 commit comments

Comments
 (0)