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: on:
push: {} push: {}
name: 🧪✨ Tests Workflow
jobs: jobs:
# LicenseCheck: # LicenseCheck:
@@ -134,8 +135,8 @@ jobs:
- name: 🔑 🔐 Login to Docker Hub - name: 🔑 🔐 Login to Docker Hub
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKER_PASSWORD }}
- name: Install Composer Libraries - name: Install Composer Libraries
run: | run: |