Skip to content

Commit 0a65a31

Browse files
authored
Change deployment hook in tests workflow
1 parent 93b3cad commit 0a65a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
steps:
4949
- name: Deploy
5050
if: github.repository == 'laravelio/paste.laravel.io' && github.ref_name == 'main'
51-
run: curl ${{ secrets.ENVOYER_HOOK }}?sha=${{ github.sha }}
51+
run: curl ${{ secrets.DEPLOY_HOOK }}?sha=${{ github.sha }}

0 commit comments

Comments
 (0)