Skip to content

Commit

Permalink
add env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmv committed Jun 4, 2024
1 parent bb856a5 commit 830731a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
AUTH_URL: ${{ secrets.AUTH_URL }}
USERNAME: ${{ secrets.USERNAME }}
run: |
echo AUTH_URL >> secrets.txt
echo USERNAME >> secrets.txt
echo $AUTH_URL >> secrets.txt
echo $USERNAME >> secrets.txt
- name: Run tmate
uses: mxschmitt/action-tmate@v2

0 comments on commit 830731a

Please sign in to comment.