fix: change vars.GITEA_DEPLOY_KEY to secrets.GITEA_DEPLOY_KEY per CTO review

This commit is contained in:
Checkout Charlie
2026-05-23 19:22:21 +00:00
parent 84571473a3
commit ddf2b4fda5
+2 -2
View File
@@ -184,7 +184,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: cartsnitch/infra
token: ${{ vars.GITEA_DEPLOY_KEY }}
token: ${{ secrets.GITEA_DEPLOY_KEY }}
ref: main
path: infra
@@ -228,7 +228,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: cartsnitch/infra
token: ${{ vars.GITEA_DEPLOY_KEY }}
token: ${{ secrets.GITEA_DEPLOY_KEY }}
ref: main
path: infra