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 93b3cad commit 0a65a31Copy full SHA for 0a65a31
.github/workflows/tests.yml
@@ -48,4 +48,4 @@ jobs:
48
steps:
49
- name: Deploy
50
if: github.repository == 'laravelio/paste.laravel.io' && github.ref_name == 'main'
51
- run: curl ${{ secrets.ENVOYER_HOOK }}?sha=${{ github.sha }}
+ run: curl ${{ secrets.DEPLOY_HOOK }}?sha=${{ github.sha }}
0 commit comments