Skip to content

Commit 63f765e

Browse files
authored
Revert "add sonar token check, to help debug sonar dependabot issue" (#189)
Reverts #188
1 parent 3bb605c commit 63f765e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/pull-request-main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48,17 +48,6 @@ jobs:
4848
runs-on: ubuntu-24.04
4949
needs: [ ci-test, ci-lint-misc, ci-lint ]
5050
steps:
51-
- name: Check Sonar Token
52-
env:
53-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
54-
run: |
55-
if [[ -z "${SONAR_TOKEN}" ]]
56-
then
57-
echo 'Sonar Token not set.'
58-
else
59-
echo 'Sonar Token set.'
60-
fi
61-
6251
- name: Scan with Sonarqube
6352
uses: smartcontractkit/.github/actions/ci-sonarqube-go@01d931b0455a754d12e7143cc54a5a3521a8f6f6 # ci-sonarqube-go@0.3.1
6453
with:

0 commit comments

Comments
 (0)