fix: add PBKEY to CI workflow

This commit is contained in:
Tha_14 2022-12-26 23:51:23 +02:00 committed by GitHub
parent c436e3babc
commit 5917dab890
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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