From 75179b733127218d8cfabd17871b124a748d1633 Mon Sep 17 00:00:00 2001 From: marocchino Date: Sun, 30 May 2021 10:06:46 +0900 Subject: [PATCH] ci: permissions option [GitHub documentation]: https://docs.github.com/en/actions/reference/authentication-in-a-workflow#permissions-for-the-github_token --- .github/workflows/comment_on_pull_request.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/comment_on_pull_request.yml b/.github/workflows/comment_on_pull_request.yml index e0d5684..3f8a983 100644 --- a/.github/workflows/comment_on_pull_request.yml +++ b/.github/workflows/comment_on_pull_request.yml @@ -5,6 +5,8 @@ on: jobs: comment: runs-on: ubuntu-latest + permissions: + contents: write steps: - uses: actions/checkout@v2 - uses: ./