Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ppochaco authored Nov 6, 2024
1 parent ab3965f commit cd01c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: react build
env:
VITE_BASE_URL: ${{ secrets.VITE_BASE_URL }}
VITE_LOGIN_URL: ${{ secretes.VITE_LOGIN_URL }}
VITE_LOGIN_URL: ${{ secrets.VITE_LOGIN_URL }}
run: npm run build
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v2
Expand Down

0 comments on commit cd01c65

Please sign in to comment.