Skip to content

Commit b171d58

Browse files
committed
updating template and action
1 parent 920e70a commit b171d58

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/actions/install-qlt/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ runs:
2727
env:
2828
RUNNER_OS: ${{ runner.os }}
2929
RUNNER_TEMP: ${{ runner.temp }}
30-
GITHUB_TOKEN: ${{ github.token }}
3130
ADD_TO_PATH: ${{ inputs.add-to-path }}
3231
QLT_VERSION: ${{ inputs.qlt-version }}
3332
QLT_HOME: ${{ inputs.qlt-home }}

src/CodeQLToolkit.Features/Templates/Test/Actions/install-qlt.liquid

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ inputs:
1414
required: false
1515
default: 'true'
1616

17-
token:
18-
description: |
19-
Token to use for auth
20-
required: true
21-
22-
2317
outputs:
2418
qlt-home:
2519
description: 'The directory containing the QLT installation'
@@ -33,8 +27,6 @@ runs:
3327
env:
3428
RUNNER_OS: ${{ runner.os }}
3529
RUNNER_TEMP: ${{ runner.temp }}
36-
# GITHUB_TOKEN: ${{ github.token }}
37-
GITHUB_TOKEN: ${{ inputs.token }}
3830
ADD_TO_PATH: ${{ inputs.add-to-path }}
3931
QLT_VERSION: ${{ inputs.qlt-version }}
4032
QLT_HOME: ${{ inputs.qlt-home }}

0 commit comments

Comments
 (0)