diff --git a/.github/workflows/gemini-review.yml b/.github/workflows/gemini-review.yml index c9adce80..252d4130 100644 --- a/.github/workflows/gemini-review.yml +++ b/.github/workflows/gemini-review.yml @@ -33,7 +33,6 @@ jobs: uses: 'google-github-actions/run-gemini-cli@v0' # ratchet:exclude id: 'gemini_pr_review' env: - GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN || github.token }}' ISSUE_TITLE: '${{ github.event.pull_request.title || github.event.issue.title }}' ISSUE_BODY: '${{ github.event.pull_request.body || github.event.issue.body }}' PULL_REQUEST_NUMBER: '${{ github.event.pull_request.number || github.event.issue.number }}' @@ -179,7 +178,6 @@ jobs: }); ``` - IMPORTANT: - DO NOT modify the "owner" and "repo" parameters - they must be exactly as shown - Use only '${{ env.PULL_REQUEST_NUMBER }}' as PR number. DO NOT PARSE from anywhere. - DO NOT try to access environment variables through shell commands @@ -360,3 +358,5 @@ jobs: ## Final Instructions Remember, you are running in a virtual machine and no one reviewing your output. Your review must be posted to GitHub using the MCP tools to create a pending review, add comments to the pending review, and submit the pending review. + + gcp_token_format: '${{ secrets.GITHUB_TOKEN || github.token }}' # Migrated from env var \ No newline at end of file diff --git a/.github/workflows/integration_test.yml b/.github/workflows/integration_test.yml index f46dcd00..1a263692 100644 --- a/.github/workflows/integration_test.yml +++ b/.github/workflows/integration_test.yml @@ -260,7 +260,7 @@ jobs: retention-days: 1 - name: Publish integration test results - uses: EnricoMi/publish-unit-test-result-action@v2 + uses: EnricoMi/publish-unit-test-result-action@v2.23.0 if: always() with: files: junit/integration-test-results.xml