This repository was archived by the owner on Mar 11, 2026. It is now read-only.
Feature: Improvements from documentation#34
Merged
Conversation
milldr
approved these changes
Sep 25, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
References:
Documentation: link
This pull request updates several GitHub Actions workflow files to improve security and maintainability. The main change is updating the secret used for
github-private-actions-patfromPUBLIC_AND_PRIVATE_REPO_ACCESS_TOKEN_REPOtoPRIVATE_CONFIG_READ_ACCESSacross all workflows. Additionally, the version of therelease-drafteraction is updated to v6.Security and secrets management:
github-private-actions-patsecret fromPUBLIC_AND_PRIVATE_REPO_ACCESS_TOKEN_REPOtoPRIVATE_CONFIG_READ_ACCESSin all workflow files, includingfeature-branch.yml,hotfix-branch.yaml,main-branch.yaml,release.yaml,rollback.yaml,hotfix-release.yaml,ecspresso-feature-branch.yml,ecspresso-hotfix-branch.yml, andecspresso-release.yml. [1] [2] [3] [4] [5] [6] [7] [8] [9]Dependency updates:
release-drafterGitHub Action from version v5 to v6 inworkflow-controller-draft-release.yml.