fix(ci): use REGISTRY_TOKEN for cross-repo infra checkout (CAR-1147) #28

Merged
Savannah Savings merged 3 commits from betty/car-1147-fix-infra-403 into dev 2026-06-10 04:16:12 +00:00
Showing only changes of commit 4035e7d3c0 - Show all commits
+2 -2
View File
@@ -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