fix: update GH action to use allow-users instead of require-repo-write (#4701)

This commit is contained in:
Michael Bolin
2025-10-03 17:37:14 -07:00
committed by GitHub
parent 848058f05b
commit a95605a867
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ jobs:
uses: openai/codex-action@main
with:
openai-api-key: ${{ secrets.CODEX_OPENAI_API_KEY }}
require-repo-write: false
allow-users: "*"
model: gpt-5
prompt: |
You are an assistant that triages new GitHub issues by identifying potential duplicates.

View File

@@ -22,7 +22,7 @@ jobs:
uses: openai/codex-action@main
with:
openai-api-key: ${{ secrets.CODEX_OPENAI_API_KEY }}
require-repo-write: false
allow-users: "*"
prompt: |
You are an assistant that reviews GitHub issues for the repository.