Skip to content

Commit

Permalink
try a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjektGopher committed Jan 21, 2025
1 parent dd5db86 commit 8340db8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
if: github.ref == 'refs/heads/main' && !contains(github.event.head_commit.message, '#nodeploy')
runs-on: ubuntu-latest
needs: [ lint, test, stan ]
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -43,4 +41,11 @@ jobs:
run: composer install --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Split
if: success()
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
GIT_CONFIG_COUNT: 2
GIT_CONFIG_KEY_0: credential.https://github.com.username
GIT_CONFIG_VALUE_0: x-access-token
GIT_CONFIG_KEY_1: credential.https://github.com.helper
GIT_CONFIG_VALUE_1: '!f() { test "$1" = get && echo "password=${GH_TOKEN}"; }; f'
run: php artisan kibble:split

0 comments on commit 8340db8

Please sign in to comment.