fix: add PBKEY to CI workflow

This commit is contained in:
2022-12-26 23:51:23 +02:00
committed by GitHub
parent c436e3babc
commit 5917dab890

View File

@ -7,7 +7,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Build the stack
run: cd uam && docker-compose up -d
run: cd uam && PBKEY=${{ secrets.PBKEY }} docker-compose up -d
- name: Sleep until uam is running
run: sleep 100s
shell: bash