From f9dab936b9f622dcefc52f92146c85e77df3ed67 Mon Sep 17 00:00:00 2001 From: Ron Rise Date: Tue, 13 May 2025 20:04:47 -0400 Subject: [PATCH] ALL SORTS OF THINGS --- .gitea/workflows/tests.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index c6ed857..b94e634 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -1,7 +1,8 @@ -name: tests.yml on: push: {} +name: ๐Ÿงชโœจ Tests Workflow + jobs: # LicenseCheck: @@ -134,8 +135,8 @@ jobs: - name: ๐Ÿ”‘ ๐Ÿ” Login to Docker Hub uses: docker/login-action@v3 with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} + username: ${{ secrets.DOCKER_USERNAME }} + password: ${{ secrets.DOCKER_PASSWORD }} - name: Install Composer Libraries run: |