Thanks to visit codestin.com Credit goes to github.com
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 842f5e8 commit 51a2a6fCopy full SHA for 51a2a6f
.github/workflows/tests.yml
@@ -51,7 +51,20 @@ jobs:
51
DB_CONNECTION: mysql
52
DB_COLLATION: utf8mb4_unicode_ci
53
DB_DATABASE: laravel
54
+
55
+ dependabot:
56
+ permissions:
57
+ pull-requests: write
58
+ contents: write
59
+ uses: driesvints/github-workflows/.github/workflows/dependabot.yml@main
60
+ secrets:
61
+ gh_token: ${{ secrets.GITHUB_TOKEN }}
62
63
+ deploy:
64
+ needs: [tests]
65
+ runs-on: ubuntu-latest
66
67
+ steps:
68
- name: Deploy
69
if: github.repository == 'laravelio/laravel.io' && github.ref_name == 'main'
70
run: curl ${{ secrets.ENVOYER_HOOK }}?sha=${{ github.sha }}
0 commit comments