Skip to content

Commit

Permalink
Trying an eval here
Browse files Browse the repository at this point in the history
  • Loading branch information
synedra committed Feb 2, 2024
1 parent 3b4fdb3 commit 857ba04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
- uses: actions/checkout@v4
- run: python --version
- run: cd ${{ github.workspace }}
- run: echo "JSON_TOKEN_S=${{ secrets.JSON_TOKEN_S }}" >> .env
- run: echo "JSON_TOKEN_RT=${{ secrets.JSON_TOKEN_RT }}" >> .env
- run: echo "JSON_TOKEN_S=${{ vars.JSON_TOKEN_S }}" >> .env
- run: echo "JSON_TOKEN_RT=${{ vars.JSON_TOKEN_RT }}" >> .env
- run: echo "TOKEN_JSON_TOKEN=${{ secrets.TOKEN_JSON_TOKEN }}" >> .env
- run: echo "TOKEN_JSON_RT=${{ secrets.TOKEN_JSON_RT }}" >> .env
- run: echo "ASTRA_DB_APPLICATION_TOKEN=${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}" >> .env
Expand Down

0 comments on commit 857ba04

Please sign in to comment.