fix(github): Include PAT to trigger CI jobs on auto-push (#2376)

Signed-off-by: Tim Collins <tim@thecollins.team>
This commit is contained in:
Tim Collins 2023-12-08 14:56:40 +00:00 committed by GitHub
parent c3c588038d
commit c7df8c14e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
token: ${{ secrets.PAT }}
fetch-depth: 0
- name: Get changed files