mirror of
https://github.com/wled/WLED.git
synced 2025-07-27 12:46:38 +00:00
Enable dispatch with PAT
This commit is contained in:
parent
f4aac0bd8d
commit
57e9199baa
11
.github/workflows/nightly.yml
vendored
11
.github/workflows/nightly.yml
vendored
@ -39,8 +39,9 @@ jobs:
|
|||||||
files: |
|
files: |
|
||||||
*.bin
|
*.bin
|
||||||
*.bin.gz
|
*.bin.gz
|
||||||
# - name: Repository Dispatch
|
- name: Repository Dispatch
|
||||||
# uses: peter-evans/repository-dispatch@v3
|
uses: peter-evans/repository-dispatch@v3
|
||||||
# with:
|
with:
|
||||||
# repository: wled-dev/WLED-WebInstaller
|
repository: wled-dev/WLED-WebInstaller
|
||||||
# event-type: release-nightly
|
event-type: release-nightly
|
||||||
|
token: ${{ secrets.PAT_PUBLIC }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user