Skip to content

Commit

Permalink
try the first checkout with secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Dec 5, 2024
1 parent 04c9a0d commit 386cccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
exclude-dirs: ${{ steps.get-exclude-dirs.outputs.exclude-dirs }}
steps:
- uses: actions/checkout@v4
with:
token: ${{ github.token }}

- id: get-exclude-dirs
uses: ./.github/actions/get_exclude_dirs
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark_parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.LASTMJS_GITHUB_TOKEN || github.token }}
ref: ${{ inputs.base-branch }}

- id: get-test-infos
Expand Down

0 comments on commit 386cccb

Please sign in to comment.