Skip to content

Commit

Permalink
Add GH_PAT token for GHA to be able to check out private repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctam committed Nov 15, 2024
1 parent def7b47 commit 2fdde8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
uses: actions/checkout@v4
with:
submodules: true
token: ${{ secrets.GH_PAT }}

- name: Setting up PHPUnit
env:
Expand Down

0 comments on commit 2fdde8f

Please sign in to comment.