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"