diff --git a/.github/workflows/generic.test.yml b/.github/workflows/generic.test.yml index 2c9643343..a9efc97ae 100644 --- a/.github/workflows/generic.test.yml +++ b/.github/workflows/generic.test.yml @@ -43,11 +43,11 @@ jobs: needs: test runs-on: ubuntu-latest permissions: + - contents: read - pull-requests: write steps: - uses: actions/checkout@v3 - - name: Comment artifact links on PR - uses: benwoo1110/artifact-comment-action@test + - uses: benwoo1110/artifact-comment-action@test with: github_token: ${{ secrets.GITHUB_TOKEN }}