remove AWS env variables

This commit is contained in:
Luke Prior 2022-01-28 20:56:54 +11:00 committed by GitHub
parent ab962977ff
commit c6e37ff39a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,8 +5,6 @@ env:
tf_version: 'latest'
tf_working_dir: '.'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
jobs:
terraform:
environment: main
@ -75,4 +73,4 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
body: output
})
})