Skip to content

Commit

Permalink
pass AOC_SESSION to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SOF3 committed Dec 1, 2024
1 parent 3777c51 commit ac689b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Run benchmarks
run: cargo bench
env:
AOC_SESSION: ${{secrets.AOC_SESSION}}
- name: Publish results
id: deployment
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ac689b0

Please sign in to comment.