Skip to content

Commit

Permalink
chore: fix VC API Auth token env var
Browse files Browse the repository at this point in the history
  • Loading branch information
nklomp committed Nov 25, 2021
1 parent aa65e19 commit 487501a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-test-publish-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
GH_TOKEN: ${{secrets.GH_TOKEN}}
GH_USER: ${{secrets.GH_USER}}
GH_EMAIL: ${{secrets.GH_EMAIL}}
VC_HTTP_API_AUTH_TOKEN: ${{secrets.VC_HTTP_API_AUTH_TOKEN}}
runs-on: ubuntu-18.04
services:
postgres:
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:

- name: setup git coordinates
run: |
git remote set-url origin https://Sphereon-OpenSource:[email protected]/Sphereon-OpenSource/SSI-SDK.git
git remote set-url origin https://Sphereon-Opensource:[email protected]/Sphereon-Opensource/ssi-sdk.git
git config user.name $GH_USER
git config user.email $GH_EMAIL
Expand Down

0 comments on commit 487501a

Please sign in to comment.