Skip to content

Commit

Permalink
Add secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Jeitner committed Nov 28, 2023
1 parent a56584e commit 7d3b2f6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python

name: Python application
name: Python tests

on:
push:
Expand Down Expand Up @@ -37,3 +37,6 @@ jobs:
- name: Test with pytest
run: |
pytest --log-cli-level=DEBUG
env:
test_email: ${{ secrets.ELECTROLUX_TEST_EMAIL }}
test_password: ${{ secrets.ELECTROLUX_TEST_PASSWORD }}

0 comments on commit 7d3b2f6

Please sign in to comment.