Skip to content

Commit 30433b2

Browse files
authored
Merge pull request #8 from ProvableHQ/feat/adding-devnode-tests
changed access to use github token
2 parents f628d4b + 101b7df commit 30433b2

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)