Rename secret to REGISTRY_TOKEN

This commit is contained in:
Ryan Moon
2026-03-31 18:32:45 -05:00
parent ee9b087154
commit c16dae8de4

View File

@@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4
- name: Login to Gitea registry
run: echo "${{ secrets.GITEA_TOKEN }}" | docker login git.lunarfront.tech -u ryan --password-stdin
run: echo "${{ secrets.REGISTRY_TOKEN }}" | docker login git.lunarfront.tech -u ryan --password-stdin
- name: Build and push
run: |