Skip to content

Commit

Permalink
fixing environmental vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Jürgen Krauß committed Jul 11, 2024
1 parent 3e81ab8 commit 25ce493
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish-jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ jobs:
- name: Install dependencies
run: pip install python-dotenv requests
- name: Exec python script
run: python job-api/main.py
run: python job-api/main.py
env:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
FTP_PASSWORD: ${{ secrets.FTP_PASSWORD }}
FTP_USER: ${{ secrets.FTP_USER }}
PASSWORD: ${{ secrets.PASSWORD }}
API_PATH: ${{ vars.API_PATH }}
FTP_SERVER: ${{ vars.FTP_SERVER }}

0 comments on commit 25ce493

Please sign in to comment.