Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
evgsentrium authored Nov 5, 2024
1 parent 58d96fb commit 2df5840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
uses: vyos/community.vyos.net/.github/workflows/main.yml@amplify
with:
branch: amplify
aws_amplify_region: ${{ vars.AWS_AMPLIFY_APP_ID }}
aws_amplify_app_id: ${{ vars.AWS_AMPLIFY_REGION }}
aws_amplify_region: ${{ vars.AWS_AMPLIFY_REGION }}
aws_amplify_app_id: ${{ vars.AWS_AMPLIFY_APP_ID }}
secrets:
AWS_AMPLIFY_ACCESS_KEY_ID: ${{ secrets.AWS_AMPLIFY_ACCESS_KEY_ID }}
AWS_AMPLIFY_SECRET_ACCESS_KEY: ${{ secrets.AWS_AMPLIFY_SECRET_ACCESS_KEY }}

0 comments on commit 2df5840

Please sign in to comment.