mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
add secrets properly
This commit is contained in:
parent
72b2515011
commit
3d4e4e6c4c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy_terraform.yml
vendored
2
.github/workflows/deploy_terraform.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
uses: aws-actions/configure-aws-credentials@v4
|
||||
with:
|
||||
aws-access-key-id: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}"
|
||||
aws-secret-access-key: ${{ secrets.DEV_AWS_ACCESS_KEY_ID }}"
|
||||
aws-secret-access-key: ${{ secrets.DEV_AWS_SECRET_ACCESS_KEY }}"
|
||||
aws-region: eu-west-2
|
||||
|
||||
- name: Setup Terraform
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue