ci: use personal token
This commit is contained in:
parent
dfc82e3c43
commit
d1fc9223af
2
.github/workflows/renovate-app-version.yml
vendored
2
.github/workflows/renovate-app-version.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user