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 5d879f8 commit cea17d2Copy full SHA for cea17d2
.github/workflows/publish.yml
@@ -57,6 +57,6 @@ jobs:
57
pip install --upgrade platformio
58
59
- name: Publish to PlatformIO
60
- run: pio pkg publish --no-interactive --owner ESP32Async project.zip
+ run: pio pkg publish --no-interactive --owner ${{ github.repository_owner }} project.zip
61
env:
62
PLATFORMIO_AUTH_TOKEN: ${{ secrets.PLATFORMIO_AUTH_TOKEN }}
0 commit comments