We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b88d2 commit b37d9afCopy full SHA for b37d9af
1 file changed
.github/workflows/ci.yml
@@ -59,6 +59,8 @@ jobs:
59
run: vendor/bin/phpunit
60
env:
61
DATABASE_TEST_URL: mysql://root:root@127.0.0.1:3306/plugins_cakephp_test?encoding=utf8mb4
62
+ AUTH_ID_GITHUB: someid
63
+ AUTH_SECRET_GITHUB: somesecret
64
65
coding-standard:
66
name: Coding Standard
0 commit comments