Skip to content

Commit

Permalink
fix: 修改Github Secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Wu-kung committed Oct 25, 2024
1 parent 1bc66cb commit 41c5c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- uses: actions/github-script@v7
id: trigger
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.MAKO_BOT_ACCESS_TOKEN }}
result-encoding: string
script: |
const prData = ${{ steps.get-pr-data.outputs.result }}
Expand Down

0 comments on commit 41c5c52

Please sign in to comment.