Skip to content

Commit

Permalink
fix(bench/ci): use correctly github repo token
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Apr 3, 2024
1 parent 75c7dc4 commit 049566e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
# https://github.com/dmnemec/copy_file_to_another_repo_action
uses: dmnemec/copy_file_to_another_repo_action@bbebd3da22e4a37d04dca5f782edd5201cb97083
env:
API_TOKEN_GITHUB: ${{ secrets.GITHUB_TOKEN }}
API_TOKEN_GITHUB: ${{ secrets.REPO_TOKEN_BENCHMARK_RESULTS }}
with:
source_file: './temp/benchmark-node-output.json'
destination_repo: 'rolldown/benchmark-results-storage'
Expand Down

0 comments on commit 049566e

Please sign in to comment.