ci: use personal token

This commit is contained in:
Nicolas Meienberger 2023-06-21 00:42:10 +02:00
parent dfc82e3c43
commit d1fc9223af

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.PERSONAL_TOKEN }}
- name: Configure repo
run: |