We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd3e2f commit 1152373Copy full SHA for 1152373
.github/workflows/tests.yml
@@ -68,4 +68,4 @@ jobs:
68
steps:
69
- name: Deploy
70
if: github.repository == 'laravelio/laravel.io' && github.ref_name == 'main'
71
- run: curl ${{ secrets.ENVOYER_HOOK }}?commit_hash=${{ github.sha }}
+ run: curl -d POST ${{ secrets.DEPLOY_HOOK }}?sha=${{ github.sha }}
0 commit comments