Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Jul 21, 2024
1 parent 7544d52 commit cfbf9b9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ on:
- '.github/workflows/php-compatibility.yml'
jobs:
phpcs-compatibility:
- uses: pods-framework/.github/.github/workflows/php-compatibility.yml@main
env:
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
uses: pods-framework/.github/.github/workflows/php-compatibility.yml@main
secrets: inherit
5 changes: 2 additions & 3 deletions .github/workflows/php-phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ on:
- '.github/workflows/php-phpcs.yml'
jobs:
phpcs:
- uses: pods-framework/.github/.github/workflows/php-phpcs.yml@main
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
uses: pods-framework/.github/.github/workflows/php-phpcs.yml@main
secrets: inherit

0 comments on commit cfbf9b9

Please sign in to comment.