Skip to content

Commit

Permalink
no token at checkout (no need, and not supplied by the CI gods)
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Nov 13, 2024
1 parent ff95f6a commit 4caa73b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: 'Check out code'
uses: actions/checkout@v4
with:
token: ${{ secrets.JENKINS_GITHUB_PAT }}
# Check out pull request HEAD instead of merge commit.
ref: ${{ github.event.pull_request.head.sha }}
submodules: recursive

- name: "Set up nightly Rust" # https://github.com/rust-lang/rustup/issues/3409
Expand Down

0 comments on commit 4caa73b

Please sign in to comment.