Skip to content

Testing the dc build for amd64 #2468

Testing the dc build for amd64

Testing the dc build for amd64 #2468

Workflow file for this run

name: Trigger Nurax build
on:
workflow_dispatch:
push:
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.NURAX_ACCESS_TOKEN }}
event-type: push
repository: curationexperts/nurax
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'