Skip to content

Commit

Permalink
Fix event passed to neon-os build (#10)
Browse files Browse the repository at this point in the history
* Fix event and payload passed to neon-os release action

* Fix payload data

---------

Co-authored-by: Daniel McKnight <daniel@neon.ai>
  • Loading branch information
NeonDaniel and NeonDaniel authored Feb 28, 2024
1 parent 75fddc3 commit 45404b5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/publish_test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ jobs:
with:
token: ${{secrets.NEON_OS_TOKEN}}
repository: neongeckocom/neon-os
event-type: release
client-payload: '{"ref": "dev", "repo": "neon-debos"}'
event-type: Publish Release
client-payload: |-
{
"ref": "dev",
"repo": "neon-nodes"
}

0 comments on commit 45404b5

Please sign in to comment.