From 41d82431730dd1d8efe7e170642b85e5273a8a48 Mon Sep 17 00:00:00 2001 From: Xyon Date: Tue, 26 Sep 2023 03:07:24 +0100 Subject: [PATCH] Use the right repository for this --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 06117a8..76edda8 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,7 +19,7 @@ jobs: run: mkdir -pv ~/.ssh && ssh-keyscan -t rsa badgey >> ~/.ssh/known_hosts - name: Build (Release) run: cargo build --release --color=always - - uses: actions/replace-tokens@v1.2 + - uses: cschleiden/replace-tokens@v1.2 with: files: config/production.badgey.json env: