diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index c662448..ba2638b 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -143,7 +143,7 @@ jobs: uses: actions/checkout@v4 with: repository: cartsnitch/infra - token: ${{ secrets.GITEA_DEPLOY_KEY }} + token: ${{ secrets.REGISTRY_TOKEN }} ref: main path: infra @@ -187,7 +187,7 @@ jobs: uses: actions/checkout@v4 with: repository: cartsnitch/infra - token: ${{ secrets.GITEA_DEPLOY_KEY }} + token: ${{ secrets.REGISTRY_TOKEN }} ref: main path: infra