From 6a355c1ef186857c03fb68c760bce4e9388c220f Mon Sep 17 00:00:00 2001 From: Shakar <5h4k4r.b4kr@gmail.com> Date: Mon, 18 Sep 2023 15:08:40 +0300 Subject: [PATCH] rename repoToken to githubToken Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com> --- .github/workflows/main.yaml | 2 +- action.yml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 5fc47fe..64dbf44 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -31,7 +31,7 @@ jobs: with: label: minor filePath: package.json - repoToken: ${{ secrets.GITHUB_TOKEN }} + githubToken: ${{ secrets.GITHUB_TOKEN }} # ${{ github.event.label.name }} - name: Get the output time diff --git a/action.yml b/action.yml index 86d1e3f..2561992 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,7 @@ inputs: filePath: description: "File path of the project info (e.g: package.json) relative to the root directory of the repository." required: true - repoToken: + githubToken: description: GitHub repository token required: true @@ -18,6 +18,3 @@ outputs: runs: using: "node20" main: "index.js" -branding: - icon: "mic" - color: "green"