Skip to content

Commit

Permalink
更新action
Browse files Browse the repository at this point in the history
  • Loading branch information
hulinjiang committed Feb 21, 2024
1 parent 8386629 commit e903fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Push to repo
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.BOT_TOKEN }}
token: ${{ secrets.GH_ACTION_TOKEN }}
repository: ${{ matrix.repo }}
event-type: build
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}", "module": "content", "branch": "v4"}'
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
16 changes: 0 additions & 16 deletions 未testes.md

This file was deleted.

0 comments on commit e903fb7

Please sign in to comment.