fix(action): add github.token as default

This commit is contained in:
Hyro 2022-07-27 08:18:12 +02:00 committed by GitHub
parent 13923243f4
commit 99221c1ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,8 @@ inputs:
description: "The Bun version to install."
default: "latest"
github-token:
description: "The github token secret can be passed in using {{ secrets.GITHUB_TOKEN }}"
description: "The github token secret can be passed in using ${{ secrets.GITHUB_TOKEN }}"
default: ${{ github.token }}
misc-test-builds:
description: "Install builds from https://github.com/oven-sh/misc-test-builds (not recommended!)"
required: false
@ -22,4 +23,4 @@ outputs:
runs:
using: "node12"
main: "dist/index.js"
main: "dist/index.js"