Skip to content

Commit

Permalink
update action script
Browse files Browse the repository at this point in the history
  • Loading branch information
zpatronus committed Dec 9, 2024
1 parent e7cccee commit 97e9b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
TOTP_CODE=$(venv/bin/python3 totp.py)
echo "code=$TOTP_CODE" >> $GITHUB_ENV
- name: Send POST request to AuthRun
- name: Send deployment request to AuthRun
id: send_post
run: |
response=$(curl -X POST "${{ secrets.FLASK_VERIFIER_URL }}/verify" \
Expand Down

0 comments on commit 97e9b07

Please sign in to comment.