Compare commits

...

2 Commits

Author SHA1 Message Date
Samuel Enocsson d0040901ab 1.2.5
Build and deploy / build-and-push (push) Successful in 21s
Build and deploy / deploy (push) Failing after 2s
2026-05-22 15:25:51 +02:00
Samuel Enocsson c0f9dd5f33 ci: fix updater secret name (UPDATER_API_KEY) 2026-05-22 15:25:38 +02:00
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ jobs:
endpoint: https://updater.shcizo.se/update endpoint: https://updater.shcizo.se/update
image: gitea.shcizo.se/shcizo/pdga-rating image: gitea.shcizo.se/shcizo/pdga-rating
tag: ${{ gitea.ref_name }} tag: ${{ gitea.ref_name }}
token: ${{ secrets.UPDATER_TOKEN }} token: ${{ secrets.UPDATER_API_KEY }}
+2 -2
View File
@@ -1,12 +1,12 @@
{ {
"name": "pdga-ratings", "name": "pdga-ratings",
"version": "1.2.4", "version": "1.2.5",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "pdga-ratings", "name": "pdga-ratings",
"version": "1.2.4", "version": "1.2.5",
"dependencies": { "dependencies": {
"ejs": "^4.0.1", "ejs": "^4.0.1",
"express": "^4.18.2", "express": "^4.18.2",
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "pdga-ratings", "name": "pdga-ratings",
"version": "1.2.4", "version": "1.2.5",
"description": "PDGA rating scraper and display", "description": "PDGA rating scraper and display",
"main": "server.js", "main": "server.js",
"scripts": { "scripts": {