Skip to content

Commit 101b7df

Browse files
committed
changed access to use github token
1 parent 0ecb53f commit 101b7df

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21+
with:
22+
token: ${{ secrets.GITHUB_TOKEN }}
2123
- uses: dtolnay/rust-toolchain@stable
2224
- uses: Swatinem/rust-cache@v2
2325
- name: Install libclang

0 commit comments

Comments
 (0)