fix AUTH_HOST not being passed to the build env
All checks were successful
Construct / build (push) Successful in 2m0s
All checks were successful
Construct / build (push) Successful in 2m0s
This commit is contained in:
parent
be3df014b7
commit
05ec5f94ab
1 changed files with 2 additions and 1 deletions
|
@ -27,10 +27,11 @@ jobs:
|
|||
env:
|
||||
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
|
||||
PUBLIC_KEY: ${{ secrets.PUBLIC_KEY }}
|
||||
CERTHOST: ${{ secrets.CERTHOST }}
|
||||
|
||||
- name: construct pkglists
|
||||
run: make && rm private-key.pem public-key.pem
|
||||
env:
|
||||
AUTH_HOST: ${{ secrets.AUTH_HOST }}
|
||||
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue