Skip to content

hyrax-v5.0.1

hyrax-v5.0.1 #16

Workflow file for this run

name: Trigger Nurax build
on:
workflow_dispatch:
release:
types: [released]
jobs:
trigger:
runs-on: ubuntu-latest
steps:
- id: latest-release
uses: pozetroninc/github-action-get-latest-release@v0.7.0
with:
repository: ${{ github.repository }}
token: ${{ github.token }}
excludes: prerelease, draft
- uses: peter-evans/repository-dispatch@v2.1.1
if: ${{ steps.latest-release.outputs.release == github.ref_name }}
with:
token: ${{ secrets.NURAX_ACCESS_TOKEN }}
event-type: release
repository: samvera-labs/nurax
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'