Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove urql-ci bot user from Release Action

+1 -2
+1 -2
.github/workflows/release.yml
··· 13 13 uses: actions/checkout@v3 14 14 with: 15 15 fetch-depth: 0 16 - persist-credentials: false 17 16 18 17 - name: Setup Node 19 18 uses: actions/setup-node@v3 ··· 52 51 with: 53 52 publish: yarn changeset publish 54 53 env: 55 - GITHUB_TOKEN: ${{ secrets.CHANGESETS_GITHUB_TOKEN }} 56 54 NPM_TOKEN: ${{ secrets.NPM_TOKEN }} 55 + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}