Skip to content

Commit

Permalink
fix(ci): GH_TOKEN: ${{ secrets.GH_TOKEN }}
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Nov 26, 2024
1 parent 777a847 commit fd5f387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env:
# database branch
DATABASE: main
BOT: 1
GH_TOKEN: ${{ secrets.GH_TOKEN }}
# OS_CHECKER_CONFIGS: repos.json
OS_CHECKER_CONFIGS: repos-default.json repos-ui.json

Expand Down Expand Up @@ -64,7 +65,6 @@ jobs:
- name: Push to database
env:
PLUGIN_PATH: plugin/cargo
GH_TOKEN: ${{ secrets.ACCESS_TOKEN }}
run: |
git config --global user.name "zjp-CN[bot]"
git config --global user.email "zjp-CN[bot]@users.noreply.github.com"
Expand Down

0 comments on commit fd5f387

Please sign in to comment.