We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5050f09 commit efb5c45Copy full SHA for efb5c45
action.yml
@@ -19,7 +19,7 @@ inputs:
19
required: false
20
GITHUB_TOKEN:
21
description: "Secret GitHub Token (automatically provided by GitHub)"
22
- required: true
+ default: ${{ github.token }}
23
runs:
24
using: "node12"
25
main: "index.js"
0 commit comments