From 1e42eb41e5de56a53b07f80c6eeb472e7af2474d Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 27 Jan 2023 14:43:07 -0600 Subject: [PATCH] ci: comment out creds --- .github/workflows/deploy-squad.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-squad.yml b/.github/workflows/deploy-squad.yml index 4a5ef79..fcd1ea1 100644 --- a/.github/workflows/deploy-squad.yml +++ b/.github/workflows/deploy-squad.yml @@ -13,9 +13,9 @@ jobs: runs-on: self-hosted container: image: ${{ vars.ansible_container }}:latest - credentials: - username: "${{ secrets.DOCKER_REGISTRY_USER }}" - password: "${{ secrets.DOCKER_REGISTRY_PASSWORD }}" + # credentials: + # username: "${{ secrets.DOCKER_REGISTRY_USER }}" + # password: "${{ secrets.DOCKER_REGISTRY_PASSWORD }}" env: SQUAD_RCON_PASSWORD: "${{ secrets.squad_rcon_password }}"