From 069928a44516c52bef6c8492bfb2f8687f37e569 Mon Sep 17 00:00:00 2001 From: glifocat Date: Sun, 10 May 2026 23:24:56 +0200 Subject: [PATCH] fix(ci): update update-tokens repo guard --- .github/workflows/update-tokens.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-tokens.yml b/.github/workflows/update-tokens.yml index 9b25c55..3f290f7 100644 --- a/.github/workflows/update-tokens.yml +++ b/.github/workflows/update-tokens.yml @@ -8,7 +8,7 @@ on: jobs: update-tokens: - if: github.repository == 'qwibitai/nanoclaw' + if: github.repository == 'nanocoai/nanoclaw' runs-on: ubuntu-latest steps: - uses: actions/create-github-app-token@v1