From 297d628b856f2226c6c540bad81d34b31b66dd79 Mon Sep 17 00:00:00 2001
From: Paul Abel
Date: Mon, 6 Jan 2025 12:51:13 +0000
Subject: [PATCH] update creds
---
.github/workflows/agent-v3.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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 }}