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