Skip to content

Commit bc0ecb4

Browse files
committed
credentials
1 parent 94a6917 commit bc0ecb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-early-eval.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818

1919
- name: terraform plan
2020
uses: ./tofu-plan
21+
env:
22+
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
23+
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2124
with:
2225
path: tests/workflows/test-plan/early-eval/tofu
2326
variables: |

0 commit comments

Comments
 (0)