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 uses: docker/login-action@v3
with: with:
registry: git.hl.srp.life registry: git.hl.srp.life
username: ${{ github.actor }} username: ${{ gitea.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.ACTIONS_KEY }}
- name: checkout code - name: checkout code
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: build and push to registry - name: build and push to registry