Skip to content

Commit 9117e36

Browse files
committed
infra :: gemini git workflow 3차 수정
1 parent 9f90beb commit 9117e36

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gemini-scheduled-bug-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ISSUE_TITLE: ${{ matrix.issue.title }}
5454
ISSUE_BODY: ${{ matrix.issue.body }}
5555
ISSUE_URL: ${{ matrix.issue.url }}
56-
GEMINI_TRUST_WORKSPACE: 'true'
56+
GEMINI_CLI_TRUST_WORKSPACE: 'true'
5757
with:
5858
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
5959
gemini_cli_version: '${{ vars.GEMINI_CLI_VERSION }}'

.github/workflows/gemini-scheduled-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
ISSUES_TO_TRIAGE: '${{ steps.find_issues.outputs.issues_to_triage }}'
8282
REPOSITORY: '${{ github.repository }}'
8383
AVAILABLE_LABELS: '${{ steps.get_labels.outputs.available_labels }}'
84-
GEMINI_TRUST_WORKSPACE: 'true'
84+
GEMINI_CLI_TRUST_WORKSPACE: 'true'
8585
with:
8686
gemini_api_key: '${{ secrets.GEMINI_API_KEY }}'
8787
gemini_cli_version: '${{ vars.GEMINI_CLI_VERSION }}'

0 commit comments

Comments
 (0)