mirror of
https://github.com/imranismail/setup-kustomize.git
synced 2026-07-17 16:02:08 +00:00
Configure throttle plugin and allow setting token on the action to increase rate limit
This commit is contained in:
@@ -7,7 +7,12 @@ branding:
|
||||
inputs:
|
||||
kustomize-version:
|
||||
description: 'Version Spec of the version to use. Examples: 10.x, 10.15.1, >=10.15.0'
|
||||
default: '3.x'
|
||||
required: false
|
||||
default: '*'
|
||||
github-token:
|
||||
description: 'Token for the repository. Can be passed in using `{{ secrets.GITHUB_TOKEN }}`.'
|
||||
required: false
|
||||
default: ${{ github.token }}
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user