Skip to content

Commit

Permalink
Revert "Fixed(CI): Fix PHP Compatability & PHP CodeSniffer workflow b…
Browse files Browse the repository at this point in the history
…y using correct yaml syntax and `secrets` instead of `env` (#7321)"

This reverts commit ff01603, reversing
changes made to 294c94d.
  • Loading branch information
sc0ttkclark committed Jul 19, 2024
1 parent ff01603 commit 03f0cd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:
- '.github/workflows/php-compatibility.yml'
jobs:
phpcs-compatibility:
uses: pods-framework/.github/.github/workflows/php-compatibility.yml@main
secrets:
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
- uses: pods-framework/.github/.github/workflows/php-compatibility.yml@main
env:
GH_BOT_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/php-phpcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ on:
- '.github/workflows/php-phpcs.yml'
jobs:
phpcs:
uses: pods-framework/.github/.github/workflows/php-phpcs.yml@main
secrets:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
- uses: pods-framework/.github/.github/workflows/php-phpcs.yml@main
env:
REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GH_BOT_TOKEN }}

0 comments on commit 03f0cd5

Please sign in to comment.