From 820a4bfb1abcda1dcd68ac561af64a354abe5d1b Mon Sep 17 00:00:00 2001 From: Yosuke Ota Date: Mon, 3 Feb 2025 14:44:13 +0900 Subject: [PATCH] Update test-build-resources-with-pandoc.yml --- .github/workflows/test-build-resources-with-pandoc.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-build-resources-with-pandoc.yml b/.github/workflows/test-build-resources-with-pandoc.yml index e8d0acbe..41894dac 100644 --- a/.github/workflows/test-build-resources-with-pandoc.yml +++ b/.github/workflows/test-build-resources-with-pandoc.yml @@ -11,8 +11,13 @@ on: - "!master" # excludes master tags: ["!**"] +permissions: + issues: write + pull-requests: write + jobs: build-resources-with-pandoc: + if: github.repository == 'future-architect/coding-standards' runs-on: ubuntu-latest steps: - uses: actions/checkout@v4