diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 8e02e6b..b9f141c 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -26,8 +26,8 @@ jobs: if: (github.ref == 'refs/heads/dev') && (github.repository == 'suyu/build-environments') with: registry: git.suyu.dev - username: ${{ secrets.FORGEJO_USERNAME }} - password: ${{ secrets.FORGEJO_TOKEN }} + username: ${{ secrets.USERNAME }} + password: ${{ secrets.TOKEN }} - uses: https://github.com/docker/build-push-action@v2 name: Build image with: