Use GITHUB_TOKEN instead.
Some checks failed
build / build (push) Failing after 26s
test / test (push) Has been cancelled

This commit is contained in:
Seraphim R. Pardee 2024-09-20 13:48:50 -04:00
parent a6d5e4c037
commit 47ce1ace67

View File

@ -13,7 +13,7 @@ jobs:
with:
registry: git.hl.srp.life
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: checkout code
uses: actions/checkout@v4
- name: build and push to registry