Skip to content

Commit

Permalink
added secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
nberr committed Feb 28, 2024
1 parent 995bdf2 commit 9dce697
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,15 @@ jobs:
python -m pip install -r requirements.txt
- name: Run Script
env:
PSA_USERNAME: ${{ secrets.PSA_USERNAME }}
PSA_PASSWORD: ${{ secrets.PSA_PASSWORD }}
FTP_HOST: ${{ secrets.FTP_HOST }}
FTP_USERNAME: ${{ secrets.FTP_USERNAME }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}
run: |
echo "${{ secrets.PICKLE_FILE }}" | base64 -d > token.pickle
echo "${{ secrets.CREDENTIALS_FILE }}" | base64 -d > credentials.json
python basic.py
- name: Add Files
Expand Down

0 comments on commit 9dce697

Please sign in to comment.