From 702807b61146c754664786242c35aebe8d5fe5bc Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Fri, 7 Mar 2025 22:11:10 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Update=20README?= =?UTF-8?q?=20to=20clarify=20GITHUB=5FTOKEN=20usage=20and=20improve=20form?= =?UTF-8?q?atting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58e3159..0b0c0b2 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Automatically creates releases based on pull requests and labels. + ## Specifications and practices Auto-Release follows: @@ -31,6 +32,8 @@ When a pull request is closed, the action will create a release based on the lab > The labels can be configured using the `MajorLabels`, `MinorLabels` and `PatchLabels` parameters/settings in the configuration file to trigger > on other labels. +This action is built on [GitHub-Script](https://github.com/PSModule/GitHub-Script) which default uses the `GITHUB_TOKEN`. + ## Usage The action can be configured using the following settings: @@ -100,8 +103,6 @@ jobs: - name: Auto-Release uses: PSModule/Auto-Release@v1 - env: - GITHUB_TOKEN: ${{ github.token }} # Used for GitHub CLI authentication ``` ## Permissions From 06c2a1a62d19e6777283d6eea737f2e0e1237d8d Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Fri, 7 Mar 2025 22:14:54 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b0c0b2..1e5fc55 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,7 @@ When a pull request is closed, the action will create a release based on the lab > The labels can be configured using the `MajorLabels`, `MinorLabels` and `PatchLabels` parameters/settings in the configuration file to trigger > on other labels. -This action is built on [GitHub-Script](https://github.com/PSModule/GitHub-Script) which default uses the `GITHUB_TOKEN`. - +This action is built on [GitHub-Script](https://github.com/PSModule/GitHub-Script) which by default uses the `GITHUB_TOKEN`. ## Usage The action can be configured using the following settings: