Skip to content

Commit

Permalink
changed key load system
Browse files Browse the repository at this point in the history
  • Loading branch information
okankoAMZ committed Dec 5, 2024
1 parent 7acbe35 commit d3dd1cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ec2-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
uses: mnavarrocarter/[email protected]
with:
aws-region: ${{inputs.region}}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-security-group-id: ${{ secrets.AWS_TERRAFORM_SECURITY_GROUP_ID }}
protocol: 'tcp'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/start-localstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: mnavarrocarter/[email protected]
with:
aws-region: ${{inputs.region}}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-security-group-id: ${{ secrets.AWS_TERRAFORM_SECURITY_GROUP_ID }}
protocol: 'tcp'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stop-localstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
uses: mnavarrocarter/[email protected]
with:
aws-region: ${{inputs.region}}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-access-key-id: ${{ env.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ env.AWS_SECRET_ACCESS_KEY }}
aws-security-group-id: ${{ secrets.AWS_TERRAFORM_SECURITY_GROUP_ID }}
protocol: 'tcp'
port: ${{ inputs.connection_port }}
Expand Down

0 comments on commit d3dd1cd

Please sign in to comment.