Skip to content

Commit

Permalink
Closer to decrypting
Browse files Browse the repository at this point in the history
  • Loading branch information
synedra committed Feb 1, 2024
1 parent 7db5035 commit a33f0e0
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 @@ -9,8 +9,8 @@ jobs:
- run: python --version
- run: cd ${{ github.workspace }}
- run: pip install -r requirements.txt
- run: echo '${{ secrets.TOKEN_JSON }}' | base64 --decode | jq > token.json
- run: echo '${{ secrets.CREDENTIALS_JSON }}' | base64 --decode | jq > credentials.json
- run: echo '${{ secrets.TOKEN_JSON }}' | base64 --decode | jq
- run: echo '${{ secrets.CREDENTIALS_JSON }}' | base64 --decode | jq
- run: ls -al
- run: echo "ASTRA_DB_APPLICATION_TOKEN=${{ secrets.ASTRA_DB_APPLICATION_TOKEN }}" >> .env
- run: echo "ASTRA_DB_API_ENDPOINT=${{ secrets.ASTRA_DB_API_ENDPOINT }}" >> .env
Expand Down

0 comments on commit a33f0e0

Please sign in to comment.