Skip to content

Commit 35c0730

Browse files
authored
Merge pull request #76 from advanced-security/jsinglet/qlt-remove-tokens
Remove tokens for QLT
2 parents 59a294e + 5ab2aaf commit 35c0730

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
env:
3333
RUNNER_OS: ${{ runner.os }}
3434
RUNNER_TEMP: ${{ runner.temp }}
35-
GITHUB_TOKEN: ${{ inputs.token }}
35+
GITHUB_TOKEN: ${{ github.token }}
3636
ADD_TO_PATH: ${{ inputs.add-to-path }}
3737
QLT_VERSION: ${{ inputs.qlt-version }}
3838
QLT_HOME: ${{ inputs.qlt-home }}

.github/workflows/run-codeql-unit-tests-javascript.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
with:
2727
qlt-version: 'latest'
2828
add-to-path: true
29-
token: ${{ secrets.ACCESS_TOKEN }}
3029

3130
- name: Export unit test matrix
3231
id: export-unit-test-matrix
@@ -52,8 +51,7 @@ jobs:
5251
with:
5352
qlt-version: 'latest'
5453
add-to-path: true
55-
token: ${{ secrets.ACCESS_TOKEN }}
56-
54+
5755
- name: Install CodeQL
5856
id: install-codeql
5957
uses: ./.github/actions/install-codeql
@@ -120,7 +118,6 @@ jobs:
120118
with:
121119
qlt-version: 'latest'
122120
add-to-path: true
123-
token: ${{ secrets.ACCESS_TOKEN }}
124121

125122

126123
- name: Collect test results

0 commit comments

Comments
 (0)