fix: correct YAML mappings for workflow secrets and tokens

This commit is contained in:
GitHub Actions
2025-12-03 05:34:04 +00:00
parent 24369727a8
commit f56d183b9a
6 changed files with 14 additions and 13 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
name: Go Benchmark
tool: 'go'
output-file-path: backend/output.txt
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.CHARON_TOKEN }}
auto-push: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
# Show alert with commit comment on detection of performance regression
alert-threshold: '150%'