From c6b5909b93ff350843c7ff55471250a274041a2b Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 29 Nov 2021 15:36:46 -0600 Subject: [PATCH] chore(action): fix changeset action --- .github/workflows/ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab54a2c7b..948928e4b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,6 @@ on: - 'examples/**' - 'www/**' -permissions: - checks: write - contents: read - # Automatically cancel in-progress actions on the same branch concurrency: group: ${{ github.workflow }}-${{ github.event_name == 'pull_request_target' && github.head_ref || github.ref }} @@ -183,6 +179,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Setup Node uses: actions/setup-node@v2