diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index e26c8c9..47794ca 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -467,7 +467,7 @@ jobs: uses: actions/checkout@v4 with: repository: cartsnitch/infra - token: ${{ secrets.REGISTRY_TOKEN }} + token: ${{ secrets.CI_GITEA_TOKEN }} ref: main path: infra @@ -557,7 +557,7 @@ jobs: uses: actions/checkout@v4 with: repository: cartsnitch/infra - token: ${{ secrets.REGISTRY_TOKEN }} + token: ${{ secrets.CI_GITEA_TOKEN }} ref: main path: infra