diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index cd3dde0..05607b3 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -84,7 +84,7 @@ jobs: - uses: actions/checkout@v4 with: repository: cartsnitch/infra - token: ${{ secrets.CI_GITEA_TOKEN }} + token: ${{ secrets.REGISTRY_TOKEN }} ref: main path: infra @@ -123,7 +123,7 @@ jobs: - uses: actions/checkout@v4 with: repository: cartsnitch/infra - token: ${{ secrets.CI_GITEA_TOKEN }} + token: ${{ secrets.REGISTRY_TOKEN }} ref: main path: infra