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 9c93bc8 commit 9075128Copy full SHA for 9075128
actions/setup-environment/action.yml
@@ -29,6 +29,10 @@ inputs:
29
description: 'Optional registry URL for Node.js setup'
30
required: false
31
default: ''
32
+ token:
33
+ description: 'The token to use for checkout'
34
+ required: false
35
+ default: ${{ secrets.GITHUB_TOKEN }}
36
37
runs:
38
using: 'composite'
@@ -43,6 +47,7 @@ runs:
43
47
with:
44
48
ref: ${{ inputs.ref }}
45
49
fetch-depth: ${{ inputs.fetch-depth }}
50
+ token: ${{ inputs.token }}
46
51
52
- name: Setup Node.js (with version file)
53
if: inputs.use-version-file == 'true'
0 commit comments