We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de934f5 commit b895fb4Copy full SHA for b895fb4
.github/workflows/ci-hermes-server.yml
@@ -19,5 +19,7 @@ jobs:
19
override: true
20
- name: Install protoc
21
uses: arduino/setup-protoc@v3
22
+ with:
23
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
24
- name: Run executor tests
25
run: cargo test --manifest-path ./apps/hermes/server/Cargo.toml
.github/workflows/ci-pre-commit.yml
@@ -27,6 +27,8 @@ jobs:
27
rustup install 1.73.0
28
29
30
31
32
- uses: actions/checkout@v4
33
- name: Install poetry
34
run: pipx install poetry
0 commit comments