Skip to content

fix: update authorization header format in command #162

fix: update authorization header format in command

fix: update authorization header format in command #162

Workflow file for this run

name: Rust Build, Test, Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
call-rust-base-ci:
name: Run phylax CI
uses: phylaxsystems/actions/.github/workflows/rust-base.yaml@main
with:
rust-channel: "nightly"
require-lockfile: true
install-foundry: true
submodules: true
requires-private-deps: true
secrets:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}