Set the GitHub token as default

This commit is contained in:
Björn Ebbinghaus 2022-04-10 18:07:42 +02:00
parent 011e216657
commit f0a3632937
No known key found for this signature in database
GPG Key ID: 5312D9A28F3F4B6A

View File

@ -11,6 +11,7 @@ inputs:
description: 'The boot-clj version to make available on the path.' description: 'The boot-clj version to make available on the path.'
tools-deps: tools-deps:
description: '[DEPRECATED] The tools deps version to make available on the path.' description: '[DEPRECATED] The tools deps version to make available on the path.'
deprecationMessage: 'Use the `cli` input instead'
cli: cli:
description: 'Clojure CLI version to make available on the path.' description: 'Clojure CLI version to make available on the path.'
bb: bb:
@ -19,6 +20,8 @@ inputs:
description: >+ description: >+
To fix rate limit errors, provide `secrets.GITHUB_TOKEN` value to this field. To fix rate limit errors, provide `secrets.GITHUB_TOKEN` value to this field.
More info: https://docs.github.com/en/actions/security-guides/automatic-token-authentication More info: https://docs.github.com/en/actions/security-guides/automatic-token-authentication
default: ${{ github.token }}
required: false
runs: runs:
using: 'node12' using: 'node12'
main: 'dist/index.js' main: 'dist/index.js'