From 11a7a91033fee4c11ea791a1140202c5d889e506 Mon Sep 17 00:00:00 2001 From: Refringe Date: Tue, 18 Jun 2024 14:37:51 -0400 Subject: [PATCH] CI Issues --- .env.ci | 2 +- .github/workflows/general.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.env.ci b/.env.ci index 6dbec6e..1cfc1fc 100644 --- a/.env.ci +++ b/.env.ci @@ -9,7 +9,7 @@ LOG_DEPRECATIONS_CHANNEL=null LOG_LEVEL=emergency DB_CONNECTION=mysql -DB_HOST=mysql +DB_HOST=127.0.0.1 DB_PORT=3306 DB_DATABASE=testing DB_USERNAME=root diff --git a/.github/workflows/general.yaml b/.github/workflows/general.yaml index fd7c000..da4ae83 100644 --- a/.github/workflows/general.yaml +++ b/.github/workflows/general.yaml @@ -1,4 +1,4 @@ -name: Combined GitHub Workflow +name: General Workflow on: [ push, pull_request ] @@ -52,6 +52,8 @@ jobs: pint-fixer: runs-on: ubuntu-24.04 + permissions: + contents: write steps: - name: Checkout uses: actions/checkout@v4 @@ -91,7 +93,7 @@ jobs: run: pint - uses: stefanzweifel/git-auto-commit-action@v5 with: - commit_message: Pint PHP Style Fixes + commit_message: Pint PHP Style Fixes [no ci] commit_user_name: Pint Bot skip_fetch: true file_pattern: '*.php'