Skip to content

Conversation

chlins
Copy link
Member

@chlins chlins commented Sep 10, 2025

This pull request updates the authentication logic for the modctl login step in the end-to-end workflow. Now, the workflow uses a Personal Access Token (PAT) for authentication on pull request events, and falls back to the default GITHUB_TOKEN for other events.

Authentication logic improvements:

  • .github/workflows/e2e.yml: Added conditional logic to use the CR_PAT secret for modctl login during pull request events, and the GITHUB_TOKEN for all other events. This ensures appropriate credentials are used depending on the workflow trigger.

Copy link

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@chlins chlins added the enhancement New feature or request label Sep 10, 2025
@chlins chlins enabled auto-merge (squash) September 10, 2025 07:09
Copy link
Member

@bergwolf bergwolf left a comment

Choose a reason for hiding this comment

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

lgtm!

@chlins chlins merged commit 609563f into main Sep 15, 2025
10 of 11 checks passed
@chlins chlins deleted the chore/e2e-token branch September 15, 2025 09:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants