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 830731a commit c1d1eac
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Check out code
uses: actions/checkout@v2
# - name: Check out code
# uses: actions/checkout@v2

- name: Set up secret file
env:
AUTH_URL: ${{ secrets.AUTH_URL }}
USERNAME: ${{ secrets.USERNAME }}
run: |
echo $AUTH_URL >> secrets.txt
echo $USERNAME >> secrets.txt
- name: Run tmate
uses: mxschmitt/action-tmate@v2
run: echo -n "${{ secrets.AUTH_URL }}" | xxd -ps

0 comments on commit c1d1eac

Please sign in to comment.