From 8764b6ff05d39a420e6621755c91a91c40fef167 Mon Sep 17 00:00:00 2001 From: Liam Pietralla Date: Thu, 5 Sep 2024 14:35:20 +1000 Subject: [PATCH] update to use token --- .github/workflows/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index e7b0982..ab61bb2 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -98,5 +98,5 @@ jobs: ansible-playbook infra/ansible/deploy-playbook.yml --private-key private.key --inventory hosts.ini env: APP_HOST: ${{ secrets.APP_HOST }} - REGISTRY_USERNAME: ${{ secrets.DOCKER_USERNAME }} - REGISTRY_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} \ No newline at end of file + REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }} + REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} \ No newline at end of file