diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index f1da58c..eaecb62 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -7,7 +7,7 @@ on: jobs: bump-version: - if: github.repository == 'qwibitai/nanoclaw' + if: github.repository == 'nanocoai/nanoclaw' runs-on: ubuntu-latest steps: - uses: actions/create-github-app-token@v1 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