-
-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Description
Error I get. What am I missing? Really want this to work.
with:
token: ***
event-type: my-event
client-payload: {"ref": "refs/heads/master", "sha": "f71d129c3362c56acf734863f873aa8bb3281459"}
repository: ******
##[error]Not Found
name: Alert parent repository on push
on:
push:
branches:
- **********
jobs:
dispatch:
name: Dispatch to other-repo
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@master
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
#repository: test-dispatch
event-type: my-event
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
Another job waitingto this event does exist and everything.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels