diff --git a/.github/workflows/agent-v3.yml b/.github/workflows/agent-v3.yml index a694968a9..342d428cf 100644 --- a/.github/workflows/agent-v3.yml +++ b/.github/workflows/agent-v3.yml @@ -39,8 +39,8 @@ jobs: - name: Setup plus credentials run: | - printf '%s\n' "${CERT}" > nginx-repo.crt - printf '%s\n' "${KEY}" > nginx-repo.key + printf '%s\n' "${CERT}" > build/nginx-repo.crt + printf '%s\n' "${KEY}" > build/nginx-repo.key env: CERT: ${{ secrets.NGINX_CRT }} KEY: ${{ secrets.NGINX_KEY }}