diff --git a/.github/workflows/ci_branch.yml b/.github/workflows/ci_branch.yml index 99fff297..9e2360b5 100644 --- a/.github/workflows/ci_branch.yml +++ b/.github/workflows/ci_branch.yml @@ -19,6 +19,7 @@ on: permissions: contents: write packages: write + pull-requests: write jobs: build-test-publish: diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index 20b945bf..8c310eb5 100644 --- a/.github/workflows/ci_common.yml +++ b/.github/workflows/ci_common.yml @@ -53,6 +53,7 @@ on: permissions: contents: write packages: write + pull-requests: write jobs: build: # run build using the github action! diff --git a/.github/workflows/ci_main.yml b/.github/workflows/ci_main.yml index 657f85d6..54d38cda 100644 --- a/.github/workflows/ci_main.yml +++ b/.github/workflows/ci_main.yml @@ -10,6 +10,7 @@ on: permissions: contents: write packages: write + pull-requests: write jobs: build-test-publish: diff --git a/.github/workflows/pr-bot.yml b/.github/workflows/pr-bot.yml index 7813843d..4deb91a8 100644 --- a/.github/workflows/pr-bot.yml +++ b/.github/workflows/pr-bot.yml @@ -12,6 +12,7 @@ on: permissions: contents: write packages: write + pull-requests: write jobs: pr_comment: diff --git a/.github/workflows/pr_auto.yml b/.github/workflows/pr_auto.yml index 6412806c..de5ea4b7 100644 --- a/.github/workflows/pr_auto.yml +++ b/.github/workflows/pr_auto.yml @@ -13,6 +13,7 @@ on: permissions: contents: write packages: write + pull-requests: write jobs: build-test: