Enable dispatch with PAT

This commit is contained in:
netmindz 2025-02-22 15:02:45 +00:00 committed by GitHub
parent f4aac0bd8d
commit 57e9199baa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,8 +39,9 @@ jobs:
files: |
*.bin
*.bin.gz
# - name: Repository Dispatch
# uses: peter-evans/repository-dispatch@v3
# with:
# repository: wled-dev/WLED-WebInstaller
# event-type: release-nightly
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
repository: wled-dev/WLED-WebInstaller
event-type: release-nightly
token: ${{ secrets.PAT_PUBLIC }}