Skip to content

Merge pull request #6913 from samvera/ruby-3.3_rails-7.2 #2608

Merge pull request #6913 from samvera/ruby-3.3_rails-7.2

Merge pull request #6913 from samvera/ruby-3.3_rails-7.2 #2608

Workflow file for this run

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