Unverified Commit 8966a9b0 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Actually pass in the PIO key for auto-publishing (#652)

Need to manually list the secrets to export to the environment.
parent 3d9611d0
......@@ -36,6 +36,7 @@ jobs:
TRAVIS_BUILD_DIR: ${{ github.workspace }}
BUILD_TYPE: package
CI_GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
run: |
pip3 install PyGithub
TAG=$(git describe --exact-match --tags)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment