Use a PAT.
Some checks failed
build / build (push) Failing after 2m44s
test / test (push) Successful in 34s

This commit is contained in:
Seraphim R. Pardee 2024-09-20 13:58:15 -04:00
parent 7d373af45d
commit 0904d5c385

View File

@ -12,8 +12,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.hl.srp.life
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: ${{ gitea.repository_owner }}
password: ${{ secrets.ACTIONS_KEY }}
- name: checkout code
uses: actions/checkout@v4
- name: build and push to registry