diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index ea8f8a0..b3c7224 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -102,5 +102,7 @@ jobs: - name: Version, Publish & Create Release uses: changesets/action@v1 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: publish: npm