Skip to content

Commit

Permalink
add github-token
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzon committed Jan 29, 2024
1 parent 147c537 commit ea3f6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Add comment with preview
uses: github-actions-up-and-running/pr-comment@v1.0.0
with:
repo-token: ${{ github.token }}
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: ${{ format('[Click here to preview Benchmark page in browser]({0})', steps.html_preview.outputs.url) }}


Expand Down

0 comments on commit ea3f6ad

Please sign in to comment.