Sha256: 0b91200924ce8df35ac323426c1ba33433eb414dc3e1477d679821386333b2ce
Contents?: true
Size: 407 Bytes
Versions: 9
Compression:
Stored size: 407 Bytes
Contents
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 }}"}'
Version data entries
9 entries across 9 versions & 1 rubygems