Skip to content

merge dev to master#4

Merged
Redstoneur merged 2 commits intomasterfrom
dev
Feb 18, 2026
Merged

merge dev to master#4
Redstoneur merged 2 commits intomasterfrom
dev

Conversation

@Redstoneur
Copy link
Owner

This pull request makes minor updates to the GitHub Actions workflow configuration. The most important changes are related to triggering CI workflows and updating authentication for release jobs.

Workflow trigger updates:

  • Added a push event trigger for the master branch in .github/workflows/ci.yml, ensuring that CI runs on pushes to master as well as pull requests.

Authentication changes:

  • Changed the GITHUB_TOKEN environment variable in .github/workflows/release.yml to use ${{ secrets.GH_PAT }} instead of ${{ secrets.GITHUB_TOKEN }}, likely to provide additional permissions for release jobs.

Replace the default GITHUB_TOKEN with the GH_PAT secret in .github/workflows/release.yml. This switches the release job to use a personal access token (with broader scopes if needed) for release-related operations such as creating releases or uploading artifacts.
@Redstoneur Redstoneur self-assigned this Feb 18, 2026
Copilot AI review requested due to automatic review settings February 18, 2026 10:08
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This pull request merges the dev branch into master, introducing changes to GitHub Actions workflow configurations to improve CI/CD automation. The changes update workflow triggers and authentication mechanisms for automated releases.

Changes:

  • Added push event trigger for the master branch in the CI workflow to ensure continuous integration runs on direct pushes to master
  • Updated authentication in the release workflow from the automatically provided GITHUB_TOKEN to a custom GH_PAT secret to support release operations

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
.github/workflows/ci.yml Added push trigger for master branch to run CI on direct commits
.github/workflows/release.yml Changed authentication token from automatic GITHUB_TOKEN to custom GH_PAT secret

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@Redstoneur Redstoneur merged commit add92b4 into master Feb 18, 2026
10 checks passed
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.

2 participants