Skip to content

Commit

Permalink
Merge pull request #62 from nerdalert/qa-secrets-more
Browse files Browse the repository at this point in the history
more ansible variables
  • Loading branch information
nerdalert authored Mar 20, 2024
2 parents a641b0f + 6d4971f commit 7e94747
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/qa-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ jobs:
timeout-minutes: 120
env:
AWS_REGION: "us-east-1"
QA_AWS_ACCESS_KEY_ID: ${{ secrets.QA_AWS_ACCESS_KEY_ID }}
QA_AWS_SECRET_ACCESS_KEY: ${{ secrets.QA_AWS_SECRET_ACCESS_KEY }}
AWS_ACCESS_KEY_ID: ${{ secrets.QA_AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.QA_AWS_SECRET_ACCESS_KEY }}
ANSIBLE_VAULT_PASSWORD: ${{ secrets.ANSIBLE_VAULT_PASSWORD }}
BOT_GITHUB_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
QA_GITHUB_TOKEN: ${{ secrets.QA_GITHUB_TOKEN }}
ANSIBLE_PRIVATE_KEY_FILE: ~/.ssh/id_rsa
ANSIBLE_HOST_KEY_CHECKING: "false"
steps:
- name: Checkout repository
Expand Down

0 comments on commit 7e94747

Please sign in to comment.