testing
This commit is contained in:
parent
1aa54ca8ab
commit
ff539af4ec
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -45,6 +45,16 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install --upgrade platformio
|
pip install --upgrade platformio
|
||||||
|
- name: Show keys
|
||||||
|
env:
|
||||||
|
MY_VAL: ${{ secrets.APPEUI }}
|
||||||
|
run: |
|
||||||
|
import os
|
||||||
|
data = open("file", "w")
|
||||||
|
for q in (os.getenv("MY_VAL")):
|
||||||
|
print q
|
||||||
|
data.write(q)
|
||||||
|
shell: python
|
||||||
- name: Copy of necessary files
|
- name: Copy of necessary files
|
||||||
run: |
|
run: |
|
||||||
cp platformio_orig.ini platformio.ini
|
cp platformio_orig.ini platformio.ini
|
||||||
|
Loading…
Reference in New Issue
Block a user