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 df3804a commit 4e82d01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
- run: pip install -r requirements.txt
- run: echo '${{ secrets.TOKEN_JSON }}' | base64 -di
- run: echo '${{ secrets.CREDENTIALS_JSON }}' | base64 -di
- 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
- run: echo "GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" >> .env
Expand Down

0 comments on commit 4e82d01

Please sign in to comment.