mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-04-22 10:52:10 +00:00
Update node.js.yml
This commit is contained in:
parent
5a4a1f4399
commit
c246f3597c
11
.github/workflows/node.js.yml
vendored
11
.github/workflows/node.js.yml
vendored
@ -28,8 +28,9 @@ jobs:
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: CUrl to the compiler
|
||||
run: |
|
||||
curl -XPOST -H 'Accept: application/vnd.github.everest-preview+json' -H "Authorization: Bearer $PAC" -d '{"event_type": "webhook"}' 'https://api.github.com/repos/tcgdex/compiler/dispatches'
|
||||
env:
|
||||
PAC: ${{ secrets.PAC }}
|
||||
- name: Compiler Dispatch
|
||||
uses: peter-evans/repository-dispatch@v1
|
||||
with:
|
||||
token: ${{ secrets.PAC }}
|
||||
repository: tcgdex/compiler
|
||||
event-type: my-event
|
||||
|
Loading…
x
Reference in New Issue
Block a user