> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/autofix-to/configure/required-permissions-for-aikido-autofix-github-app.md).

# Aikido AutoFix GitHub Appに必要な権限

2025年2月24日（月）に、Aikido Autofix GitHub App に追加の権限を付与しました。追加された権限は以下のとおりです：

* Code: 読み取り・書き込み
* PRs: 読み取り・書き込み
* (新規) Workflows: 読み取り・書き込み
* (新規) Checks: 読み取り
* (新規) Actions: 読み取り

Autofix GitHub アプリの新規インストールには、これらの権限が含まれます。2月18日以前にアプリをインストールしたユーザーには、これらの新しい権限を確認するよう依頼するメールを送信しました。ユーザーが新しい権限の付与を承認するまで、アプリは初期権限のままとなります。

新しい権限により、Aikido はより多く、より優れた自動修正を作成できるようになります。追加されたワークフロー権限により、Aikido は GitHub Actions を修正する PR を作成できるようになり、たとえば使用しているサードパーティ製アクションを固定して、潜在的なサプライチェーン攻撃のリスクを軽減できます。

Checks と Actions の追加の読み取り権限により、Aikido は GitHub Actions のステータスとログを取得できるようになります。ビルドを壊してしまう Autofix が作成された場合、ビルド出力を使って PR を修正し、正常に動作するビルドを作成します。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.aikido.dev/docs/docs-ja/autofix-to/configure/required-permissions-for-aikido-autofix-github-app.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
