fix(ci): use secrets.GITEA_TOKEN instead of GITHUB_TOKEN
Docker Build / docker (push) Failing after 8s

Per Gitea Actions docs, the auto-injected token is exposed as
GITEA_TOKEN, not GITHUB_TOKEN. The latter is GitHub-Actions-specific
and not aliased on Gitea by default.

Also bumps version to 1.2.2 to trigger a fresh tag-build.
This commit is contained in:
Samuel Enocsson
2026-05-22 09:13:06 +02:00
parent 77f00db037
commit 5a5e45b685
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "pdga-ratings",
"version": "1.2.1",
"version": "1.2.2",
"description": "PDGA rating scraper and display",
"main": "server.js",
"scripts": {