ALL SORTS OF THINGS

This commit is contained in:
2025-05-13 20:04:47 -04:00
parent 32cc635c5c
commit f9dab936b9

View File

@@ -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: |