ci: fix updater secret name (UPDATER_API_KEY)

This commit is contained in:
Samuel Enocsson
2026-05-22 15:25:38 +02:00
parent 66e892893f
commit c0f9dd5f33
+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 }}