Skip to content

Commit

Permalink
chore: fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashchoudhary07 committed Jul 17, 2024
1 parent 052d12d commit 5b39dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:
-e GOOGLE_CLIENT_SECRET=${{secrets.GOOGLE_CLIENT_SECRET}} \
-e GOOGLE_REDIRECT_URL=${{vars.GOOGLE_REDIRECT_URL}} \
-e ALLOWED_ORIGINS=${{vars.ALLOWED_ORIGINS}} \
-e TOKEN_VALIDITY_IN_SECOND=${{vars.TOKEN_VALIDITY_IN_SECOND}} \
-e TOKEN_VALIDITY_IN_SECONDS=${{vars.TOKEN_VALIDITY_IN_SECONDS}} \
-e USER_MAX_URL_COUNT=${{vars.USER_MAX_URL_COUNT}} \
${{ secrets.DOCKERHUB_USERNAME }}/${{ github.event.repository.name }}

0 comments on commit 5b39dcb

Please sign in to comment.