diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 513cc2a9..7689e699 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,11 +2,13 @@ on: pull_request jobs: test_comment_pr: - runs-on: ubuntu-latest name: (NRT) Comment PR + runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 - name: Comment PR uses: ./