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.

chore(ci): Fix webhook URL env

+1 -1
+1 -1
.github/workflows/release.yml
··· 70 70 env: 71 71 GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 72 72 NPM_TOKEN: ${{ secrets.NPM_TOKEN }} 73 - DISCORD_URQL_WEBHOOK_URL: ${{ secrets.DISCORD_URQL_WEBHOOK_URL }} 73 + DISCORD_WEBHOOK_URL: ${{ secrets.DISCORD_WEBHOOK_URL }} 74 74 75 75 - name: Publish Prerelease 76 76 if: steps.changesets.outputs.published != 'true'