Skip to content

Commit

Permalink
feat: add token
Browse files Browse the repository at this point in the history
  • Loading branch information
linxiaodong committed Apr 30, 2024
1 parent 420c64f commit 07d3855
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-node@v2-beta
with:
node-version: "20"
token: ${{ secrets.TOKEN }}
- name: Install node dependencies
run: yarn
- name: Run node script
Expand All @@ -24,8 +25,6 @@ jobs:
run: git diff --quiet && git diff --staged --quiet || git commit -am '[BOT] Update readme' && git push

- name: push to profile repo
with:
token: ${{ secrets.TOKEN }}
run: |
git clone https://github.com/buxuku/buxuku.git
cp ./profile.md ./buxuku/README.md
Expand Down

0 comments on commit 07d3855

Please # to comment.