We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f24166d commit dd73f60Copy full SHA for dd73f60
.github/workflows/build.yml
@@ -26,9 +26,9 @@ jobs:
26
run: pip3 install pylint Sphinx sphinx-rtd-theme
27
28
- name: Run unittests
29
- with: # Set the secret as an input
30
- SECRET_IO_KEY: ${{ secrets.CI_IO_KEY }}
31
- SECRET_IO_USER: ${{ secrets.CI_IO_USERNAME }}
+ env:
+ SECRET_IO_KEY: ${{ secrets.CI_IO_KEY }}
+ SECRET_IO_USER: ${{ secrets.CI_IO_USERNAME }}
32
run: |
33
cd tests/
34
ADAFRUIT_IO_KEY=$SECRET_IO_KEY ADAFRUIT_IO_USERNAME=$SECRET_IO_USER python -m unittest discover
0 commit comments