ci: Update config

This commit is contained in:
Taiki Endo
2026-03-12 23:31:38 +09:00
parent 0b22358e2e
commit 8913ca02e9
3 changed files with 5 additions and 7 deletions

View File

@@ -48,9 +48,8 @@ jobs:
tidy:
uses: taiki-e/github-actions/.github/workflows/tidy.yml@main
permissions:
contents: read
pull-requests: write # for gh pr edit --add-assignee
repository-projects: read # for gh pr edit --add-assignee
contents: write # for creating branch for pr
pull-requests: write # unused (used in `codegen-automerge: true` case)
security-events: write # for github/codeql-action/*
secrets: inherit

View File

@@ -35,9 +35,8 @@ jobs:
manifest:
uses: taiki-e/github-actions/.github/workflows/gen.yml@main
permissions:
contents: read
pull-requests: write # for gh pr edit --add-assignee / gh pr review --approve
repository-projects: read # for gh pr edit --add-assignee
contents: write # for creating branch for pr
pull-requests: write # for gh pr review --approve
secrets: inherit
with:
script: tools/manifest.sh