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

Remove urql-ci bot user from Release Action

Changed files
+1 -2
.github
workflows
+1 -2
.github/workflows/release.yml
···
uses: actions/checkout@v3
with:
fetch-depth: 0
-
persist-credentials: false
- name: Setup Node
uses: actions/setup-node@v3
···
with:
publish: yarn changeset publish
env:
-
GITHUB_TOKEN: ${{ secrets.CHANGESETS_GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
···
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node
uses: actions/setup-node@v3
···
with:
publish: yarn changeset publish
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}