Skip to content

Commit 8966a9b

Browse files
Actually pass in the PIO key for auto-publishing (#652)
Need to manually list the secrets to export to the environment.
1 parent 3d9611d commit 8966a9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-to-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
TRAVIS_BUILD_DIR: ${{ github.workspace }}
3737
BUILD_TYPE: package
3838
CI_GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
39+
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
3940
run: |
4041
pip3 install PyGithub
4142
TAG=$(git describe --exact-match --tags)

0 commit comments

Comments
 (0)