diff --git a/.github/workflows/notice-yarn-changes.yml b/.github/workflows/notice-yarn-changes.yml index 12cc5f9..6d155e7 100644 --- a/.github/workflows/notice-yarn-changes.yml +++ b/.github/workflows/notice-yarn-changes.yml @@ -4,6 +4,8 @@ on: [pull_request] jobs: check: runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - name: Checkout uses: actions/checkout@v2