Skip to content

Commit

Permalink
Add envs
Browse files Browse the repository at this point in the history
  • Loading branch information
erral authored Oct 31, 2023
1 parent 4cadbd9 commit 1c6c8ec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run script
env:
EUSKALMET_API_EMAIL: ${{secrets.EUSKALMET_API_EMAIL}}
EUSKALMET_API_PRIVATE_KEY: ${{secrets.EUSKALMET_API_PRIVATE_KEY}}
run: |
python main.py
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 1c6c8ec

Please sign in to comment.