File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed
.github/actions/install-qlt
src/CodeQLToolkit.Features/Templates/Test/Actions Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 27
27
env :
28
28
RUNNER_OS : ${{ runner.os }}
29
29
RUNNER_TEMP : ${{ runner.temp }}
30
- GITHUB_TOKEN : ${{ github.token }}
31
30
ADD_TO_PATH : ${{ inputs.add-to-path }}
32
31
QLT_VERSION : ${{ inputs.qlt-version }}
33
32
QLT_HOME : ${{ inputs.qlt-home }}
Original file line number Diff line number Diff line change @@ -14,12 +14,6 @@ inputs:
14
14
required: false
15
15
default: 'true'
16
16
17
- token:
18
- description: |
19
- Token to use for auth
20
- required: true
21
-
22
-
23
17
outputs:
24
18
qlt-home:
25
19
description: 'The directory containing the QLT installation'
33
27
env:
34
28
RUNNER_OS: ${{ runner .os }}
35
29
RUNNER_TEMP: ${{ runner .temp }}
36
- # GITHUB_TOKEN: ${{ github .token }}
37
- GITHUB_TOKEN: ${{ inputs .token }}
38
30
ADD_TO_PATH: ${{ inputs .add-to-path }}
39
31
QLT_VERSION: ${{ inputs .qlt-version }}
40
32
QLT_HOME: ${{ inputs .qlt-home }}
You can’t perform that action at this time.
0 commit comments