fix: secrets #11

Merged
alpha-nerd merged 1 commit from dev-v0.7.x into main 2026-04-02 18:43:25 +02:00
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