Skip to content

Commit

Permalink
Fix Unrecognized named-value: 'secrets'.
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Oct 1, 2023
1 parent 9ef1b63 commit 6b7e6ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ inputs:
path_pattern:
description: Path pattern
required: true
github-token:
description: The GitHub token
default: ${{ github.token }}
required: false
version:
description: Specify runn version
required: false
Expand Down Expand Up @@ -56,7 +60,7 @@ runs:
- name: Setup k1LoW/runn
uses: k1LoW/gh-setup@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ inputs.github-token }}
repo: k1LoW/runn
version: ${{ inputs.version }}
- name: 'Run runn'
Expand Down

0 comments on commit 6b7e6ef

Please sign in to comment.