diff --git a/.github/workflows/ci_branch.yml b/.github/workflows/ci_branch.yml index 9e2360b55..fbb38332c 100644 --- a/.github/workflows/ci_branch.yml +++ b/.github/workflows/ci_branch.yml @@ -20,6 +20,7 @@ permissions: contents: write packages: write pull-requests: write + checks: write jobs: build-test-publish: diff --git a/.github/workflows/ci_common.yml b/.github/workflows/ci_common.yml index 8c310eb55..170e011db 100644 --- a/.github/workflows/ci_common.yml +++ b/.github/workflows/ci_common.yml @@ -54,6 +54,7 @@ permissions: contents: write packages: write pull-requests: write + checks: write jobs: build: # run build using the github action! diff --git a/.github/workflows/ci_main.yml b/.github/workflows/ci_main.yml index 54d38cdac..c51f6bc0b 100644 --- a/.github/workflows/ci_main.yml +++ b/.github/workflows/ci_main.yml @@ -11,6 +11,7 @@ permissions: contents: write packages: write pull-requests: write + checks: write jobs: build-test-publish: diff --git a/.github/workflows/pr-bot.yml b/.github/workflows/pr-bot.yml index 4deb91a87..5bff16415 100644 --- a/.github/workflows/pr-bot.yml +++ b/.github/workflows/pr-bot.yml @@ -13,6 +13,7 @@ permissions: contents: write packages: write pull-requests: write + checks: write jobs: pr_comment: diff --git a/.github/workflows/pr_auto.yml b/.github/workflows/pr_auto.yml index de5ea4b7a..f061f9508 100644 --- a/.github/workflows/pr_auto.yml +++ b/.github/workflows/pr_auto.yml @@ -14,6 +14,7 @@ permissions: contents: write packages: write pull-requests: write + checks: write jobs: build-test: