mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-09-24 23:10:23 +08:00
fix error
This commit is contained in:
@@ -51,7 +51,7 @@ jobs:
|
||||
- name: Push changes
|
||||
if: steps.commit_changes.outcome == 'success'
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
run: |
|
||||
git push origin HEAD:master
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user