Skip to content

Commit

Permalink
update creds
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Jan 6, 2025
1 parent e0c3e96 commit 297d628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/agent-v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 297d628

Please sign in to comment.