fixed: secrets cannot begin with "GITEA_" or "GITHUB_"

This commit is contained in:
2025-08-24 14:24:14 -04:00
parent 08bcc3d3bd
commit 713f316679
2 changed files with 3 additions and 3 deletions

View File

@@ -88,8 +88,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: git.hgsky.me
username: ${{ secrets.GITEA_USERNAME }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.YOUDIS_PASSWORD }}
- name: Build and push to Gitea
if: ${{ steps.check_build.outputs.should_build == 'true' }}

View File

@@ -1 +1 @@
20250823-0abf3a5
20250824-08bcc3d