Skip to content

Commit

Permalink
another trial
Browse files Browse the repository at this point in the history
  • Loading branch information
zpatronus committed Dec 29, 2024
1 parent 0205841 commit d8c3db4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ jobs:
echo "import pyotp; print(pyotp.TOTP('${{ secrets.SECRET_KEY }}').now())" > totp.py
TOTP_CODE=$(venv/bin/python3 totp.py)
echo "code=$TOTP_CODE" >> $GITHUB_ENV
echo "::add-mask::$TOTP_CODE"
- name: Send deployment request to AuthRun
id: send_post
run: |
echo "::add-mask::${{ env.code }}"
set +x
_CODE="${{ env.code }}"
Expand Down

0 comments on commit d8c3db4

Please sign in to comment.