Merge pull request #6380 from samvera/fix-flaky-model-trans-spec #2200
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Trigger Nurax build | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- 'main' | |
jobs: | |
trigger: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: peter-evans/[email protected] | |
with: | |
token: ${{ secrets.NURAX_ACCESS_TOKEN }} | |
event-type: push | |
repository: samvera-labs/nurax | |
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}' |