馃攼 Replace redirect with permission denied page for abstract list view #464
This file contains hidden or 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 Laravel Tests | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - '*.x' | |
| jobs: | |
| trigger: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Trigger Laravel repository tests | |
| run: | | |
| curl -X POST \ | |
| -H "Accept: application/vnd.github.v3+json" \ | |
| -H "Authorization: token ${{ secrets.DISPATCH_TOKEN }}" \ | |
| https://api.github.com/repos/LiveHelperChat/livehelperchat_laravel/dispatches \ | |
| -d '{"event_type":"livehelperchat-push"}' |