Skip to content
This repository has been archived by the owner on Jun 27, 2021. It is now read-only.

Commit

Permalink
Update build-openwrt.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liuran001 authored Oct 29, 2020
1 parent c93999f commit ea4d397
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-openwrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Upload bin directory to GitHub
if: steps.compile.outputs.status == 'success' && env.UPLOAD_BIN_TO_GITHUB == 'true'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.TOKEN }}
run: |
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
Expand All @@ -207,7 +207,7 @@ jobs:
cd ..
git add .
git commit -m "update$(TZ='Asia/Shanghai' date +@%Y%m%d)"
git push --quiet "https://${{ secrets.GITHUB_TOKEN }}@github.com/MiRouter/OpenWrtForMiWiFi" HEAD:main
git push --quiet "https://${{ secrets.TOKEN }}@github.com/MiRouter/OpenWrtForMiWiFi" HEAD:main
- name: Organize files
id: organize
Expand Down

0 comments on commit ea4d397

Please sign in to comment.