ci: use secrets.token
This commit is contained in:
parent
3cb8e2de56
commit
4278de478e
4
.github/workflows/renovate-app-version.yml
vendored
4
.github/workflows/renovate-app-version.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Configure repo
|
||||
run: |
|
||||
|
@ -36,4 +36,4 @@ jobs:
|
|||
|
||||
- name: Commit & Push Changes
|
||||
run: |
|
||||
git add "apps/*/config.json" && git commit -m "chore: update config.json version [ready]" --no-edit --no-verify && git push || true
|
||||
git add "apps/*/config.json" && git commit -m "chore: update config.json version [ready]" --no-verify && git push || true
|
||||
|
|
Loading…
Reference in New Issue
Block a user