ci: use personal token for push
This commit is contained in:
parent
166d8eda6b
commit
b47d59d05f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
token: ${{ secrets.PERSONAL_TOKEN }}
|
||||
|
||||
- name: Get changed files
|
||||
uses: jitterbit/get-changed-files@v1
|
||||
|
@ -51,6 +52,7 @@ jobs:
|
|||
|
||||
ci:
|
||||
needs: update-config
|
||||
if: contains(${{ needs.get-last-commit-message.outputs.last_commit_message }}, '[ready]') && !contains(github.ref_name, 'renovate')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
Loading…
Reference in New Issue
Block a user