ci: check out with GITHUB_TOKEN

This commit is contained in:
goat 2023-01-11 01:25:34 +01:00 committed by GitHub
parent 8755ba0dc8
commit a8872cdf93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ jobs:
with:
submodules: true
ref: ${{ matrix.branches }}
token: ${{ secrets.PAT }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Create update branch
run: git checkout -b csupdate/${{ matrix.branches }}
- name: Initialize mandatory git config