mirror of
https://github.com/wled/WLED.git
synced 2025-07-24 03:06:36 +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: |
|
||||
*.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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user