fix AUTH_HOST not being passed to the build env
All checks were successful
Construct / build (push) Successful in 2m0s

This commit is contained in:
Marco Cawthorne 2025-02-10 21:09:21 -08:00
parent be3df014b7
commit 05ec5f94ab
Signed by: eukara
GPG key ID: CE2032F0A2882A22

View file

@ -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: