Merge pull request 'fix: secrets' (#11) from dev-v0.7.x into main
Some checks failed
Build and Publish Docker Image (Semantic Cache) / build-and-push-semantic (push) Failing after 43m26s
Build and Publish Docker Image / build-and-push (push) Has been cancelled

Reviewed-on: https://bitfreedom.net/code/code/nomyo-ai/nomyo-router/pulls/11
This commit is contained in:
Alpha Nerd 2026-04-02 18:43:24 +02:00
commit 50c73c2f6e
2 changed files with 2 additions and 2 deletions

View file

@ -66,7 +66,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.FORGEJO_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract Docker metadata
id: meta

View file

@ -59,7 +59,7 @@ jobs:
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.FORGEJO_TOKEN }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Extract Docker metadata
id: meta