Update .gitea/workflows/publish.yaml
Some checks failed
Publish Package / build-and-publish (push) Failing after 7s
Testing / run-tests (push) Successful in 6m16s

This commit is contained in:
2026-02-12 20:35:26 +00:00
parent 4a809fa5c4
commit 96f7074603

View File

@@ -35,4 +35,4 @@ jobs:
- name: Publish to Gitea Repo
run: npm publish --registry=https://git.fjla.uk
env:
NODE_AUTH_TOKEN: ${{ secrets.GITEA_REPO_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.REPO_TOKEN }}