Skip to content

Commit

Permalink
fix(blesta-ispapi-test.yml): github token fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AsifNawaz-cnic committed Apr 27, 2024
1 parent d367fce commit b93d01f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/blesta-ispapi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
VALIDATE_PHP_PHPCS: true
VALIDATE_BASH: true
VALIDATE_ALL_CODEBASE: false
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

dependabot:
needs:
Expand Down

0 comments on commit b93d01f

Please sign in to comment.