Skip to content

Commit

Permalink
Secerts for docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
delneg committed Apr 23, 2024
1 parent cd0df54 commit de0877b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
docker-local:
runs-on: ubuntu-latest
steps:
- name: Retrieve the secret and decode it to a file
env:
ENCLAVE_PK_BASE64: ${{ secrets.ENCLAVE_PK_BASE64 }}
run: |
echo $ENCLAVE_PK_BASE64 | base64 --decode > sgxvm/Enclave_private.pem
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

Expand Down

0 comments on commit de0877b

Please sign in to comment.