This commit is contained in:
cyberman54 2023-01-21 14:30:38 +01:00
parent 1aa54ca8ab
commit ff539af4ec

View File

@ -45,6 +45,16 @@ jobs:
run: |
python -m pip install --upgrade pip
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
run: |
cp platformio_orig.ini platformio.ini