Skip to content

Commit

Permalink
try to push using SSH_KEY
Browse files Browse the repository at this point in the history
  • Loading branch information
maltezfaria committed Oct 26, 2023
1 parent 073ee62 commit db57256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
Benchmark:
runs-on: ubuntu-latest
# if: contains(github.event.pull_request.html_url, 'run benchmark')
if: contains(github.event.pull_request.labels.*.name, 'run benchmark')
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand All @@ -29,3 +29,4 @@ jobs:
run: julia -e "using BenchmarkCI; BenchmarkCI.pushresult()"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SSH_KEY: ${{ secrets.DOCUMENTER_KEY }}

0 comments on commit db57256

Please sign in to comment.