Skip to content

Adjustment of Gemini Workflow to use GEMINI_PAT#64

Merged
omatheusmesmo merged 1 commit into
mainfrom
develop
Feb 17, 2026
Merged

Adjustment of Gemini Workflow to use GEMINI_PAT#64
omatheusmesmo merged 1 commit into
mainfrom
develop

Conversation

@omatheusmesmo
Copy link
Copy Markdown
Owner

This pull request updates several GitHub Actions workflow files to improve authentication and clarify label handling. The main focus is on prioritizing the use of the GEMINI_PAT secret for authentication across all Gemini-related workflows and making the labeling logic in the triage workflow more accurate and descriptive.

Authentication improvements:

  • All Gemini-related workflow steps now use the GEMINI_PAT secret as the primary authentication token, falling back to other tokens only if it is not set. This change increases security and consistency when running Gemini automation. [1] [2] [3] [4] [5]

Labeling logic improvements:

  • In the gemini-triage.yml workflow, the script now uses addLabels instead of setLabels to append labels to issues or pull requests, and updates log messages to reflect this change, making the labeling process more accurate and the logs clearer.

@github-actions
Copy link
Copy Markdown
Contributor

🤖 Hi @omatheusmesmo, I've received your request, and I'm working on it now! You can track my progress in the logs for more details.

@omatheusmesmo omatheusmesmo merged commit aa51ba6 into main Feb 17, 2026
4 checks passed
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📋 Review Summary

This pull request introduces a consistent change across several GitHub Actions workflows to prioritize secrets.GEMINI_PAT as the GITHUB_TOKEN, providing an additional fallback mechanism. The changes are straightforward and appear to be a sensible improvement for token management within the CI/CD environment.

🔍 General Feedback

  • The changes are consistently applied across all modified workflow files.
  • The addition of secrets.GEMINI_PAT provides more flexibility in token management.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant