Skip to content

Commit

Permalink
remove backslash
Browse files Browse the repository at this point in the history
  • Loading branch information
Konzisam committed Dec 8, 2024
1 parent c4176cf commit ee9d0a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/infrastructure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
name: "Terraform"
runs-on: ubuntu-latest
env:
aws-access-key-id: \${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: \${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1

steps:
Expand Down

0 comments on commit ee9d0a3

Please sign in to comment.