This commit is contained in:
parent
86f6527af8
commit
bc926cb170
@ -19,11 +19,10 @@ jobs:
|
||||
source $HOME/.cargo/env
|
||||
rustc --version # Verify Rust is installed
|
||||
|
||||
- name: Inject Secret
|
||||
- name: Run Tests
|
||||
env:
|
||||
SECRET_TOKEN: ${{ secrets.MY_SECRET }}
|
||||
run: |
|
||||
echo "Building with SECRET_TOKEN=${SECRET_TOKEN}"
|
||||
|
||||
- name: Run Tests
|
||||
run: cargo test
|
||||
source $HOME/.cargo/env
|
||||
cargo test
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user