Skip to content

Commit 936c691

Browse files
author
Mishal Shah
committed
Adding env for aws credentials
1 parent 5259121 commit 936c691

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: terraform-tutorials-ci
22

33
on: [push, pull_request]
44

5+
env:
6+
AWS_ACCESS_KEY_ID: ${{ secrets.aws_access_key }}
7+
AWS_SECRET_ACCESS_KEY: ${{ secrets.aws_secret_access_key }}
8+
59
jobs:
610
build:
711
name: build

0 commit comments

Comments
 (0)