rename repoToken to githubToken

Signed-off-by: Shakar <5h4k4r.b4kr@gmail.com>
This commit is contained in:
Shakar 2023-09-18 15:08:40 +03:00
parent ba0a44fe51
commit 6a355c1ef1
No known key found for this signature in database
GPG Key ID: DA55A26823AE3C28
2 changed files with 2 additions and 5 deletions

View File

@ -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

View File

@ -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"