Skip to content

Commit

Permalink
Fix secret issue
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulstrackx committed Sep 12, 2024
1 parent 97ee9b2 commit b137928
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@ jobs:
name: Build+Test
runs-on: ubuntu-20.04

env:
PCS_API_KEY: ${{ secrets.PCS_API_KEY }}

steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -55,6 +52,8 @@ jobs:

- name: cargo test -p async-usercalls --target x86_64-fortanix-unknown-sgx --no-run
run: cargo +nightly test --verbose --locked -p async-usercalls --target x86_64-fortanix-unknown-sgx --no-run
env:
PCS_API_KEY: ${{ secrets.PCS_API_KEY }}

- name: Nightly test -p dcap-artifact-retrieval --target x86_64-fortanix-unknown-sgx --no-default-features --no-run
run: cargo +nightly --verbose --locked -p dcap-artifact-retrieval --target x86_64-fortanix-unknown-sgx --no-default-features --no-run
Expand Down

0 comments on commit b137928

Please sign in to comment.