We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea1e806 commit c0899a5Copy full SHA for c0899a5
1 file changed
.github/workflows/qodana_code_quality.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
push:
6
branches: # Specify your branches here
7
- - master # The 'main' branch
+ - main # The 'main' branch
8
- 'releases/*' # The release branches
9
10
jobs:
@@ -24,5 +24,5 @@ jobs:
24
with:
25
pr-mode: false
26
env:
27
- QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
28
- QODANA_ENDPOINT: 'https://qodana.cloud'
+ QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_729101036 }}
+ QODANA_ENDPOINT: 'https://qodana.cloud'
0 commit comments