Fix formatting on secret
All checks were successful
/ publish_package (push) Successful in 2m13s

This commit is contained in:
Sean Greenawalt 2024-06-25 21:15:19 -04:00
parent f4b4214521
commit cb7447154a

View file

@ -21,7 +21,7 @@ jobs:
with:
registry: git.spgrn.com
username: seang96
password: ${{ secrets.token}}
password: ${{ secrets.TOKEN }}
- name: Build and push
uses: docker/build-push-action@v5
with: