Skip to content

Commit 11bb059

Browse files
committed
temporary thing for local testing
1 parent 9f01a35 commit 11bb059

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/CodeQLToolkit.Core/ver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.9
1+
0.0.10

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

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

17+
token:
18+
description: |
19+
Token to use for auth
20+
required: true
21+
22+
1723
outputs:
1824
qlt-home:
1925
description: 'The directory containing the QLT installation'
@@ -27,7 +33,8 @@ runs:
2733
env:
2834
RUNNER_OS: ${{ runner.os }}
2935
RUNNER_TEMP: ${{ runner.temp }}
30-
GITHUB_TOKEN: ${{ github.token }}
36+
# GITHUB_TOKEN: ${{ github.token }}
37+
GITHUB_TOKEN: ${{ inputs.token }}
3138
ADD_TO_PATH: ${{ inputs.add-to-path }}
3239
QLT_VERSION: ${{ inputs.qlt-version }}
3340
QLT_HOME: ${{ inputs.qlt-home }}

0 commit comments

Comments
 (0)