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 3d9611d commit 8966a9bCopy full SHA for 8966a9b
.github/workflows/release-to-publish.yml
@@ -36,6 +36,7 @@ jobs:
36
TRAVIS_BUILD_DIR: ${{ github.workspace }}
37
BUILD_TYPE: package
38
CI_GITHUB_API_KEY: ${{ secrets.GITHUB_TOKEN }}
39
+ PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
40
run: |
41
pip3 install PyGithub
42
TAG=$(git describe --exact-match --tags)
0 commit comments