Skip to content

Commit

Permalink
Merge pull request #39 from hypersign-protocol/update-prajna
Browse files Browse the repository at this point in the history
update
  • Loading branch information
Pratap2018 authored Dec 28, 2023
2 parents 6e360a2 + d680b27 commit 744bd74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
GOOGLE_ARTIFACT_URL: ${{secrets.GOOGLE_ARTIFACT_URL}}
GOOGLE_ARTIFACT_REPO: ${{secrets.GOOGLE_ARTIFACT_REPO}}
HYPERSIGN_JSON: ${{secrets.HYPERSIGN_JSON}}
run: echo -e '${{secrets.HYPERSIGN_JSON}}' >> hypersign.json
run: echo -e $HYPERSIGN_JSON >> hypersign.json


docker build -t $GOOGLE_ARTIFACT_URL/$GOOGLE_PROJECT_ID/$GOOGLE_ARTIFACT_REPO/auth-server:latest .

Expand Down

0 comments on commit 744bd74

Please sign in to comment.