Explorar o código

hardcode username to avoid redaction in action

zricethezav %!s(int64=4) %!d(string=hai) anos
pai
achega
e6c3a495ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -22,7 +22,7 @@ jobs:
       - name: Log in to Docker Hub
         uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
         with:
-          username: ${{ secrets.DOCKER_USERNAME }}
+          username: zricethezav
           password: ${{ secrets.DOCKER_PASSWORD }}
 
       - name: Log in to the Container registry