Skip to content

Commit c0899a5

Browse files
qodana-botARHAEEM
authored andcommitted
Add github workflow file
1 parent ea1e806 commit c0899a5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/qodana_code_quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches: # Specify your branches here
7-
- master # The 'main' branch
7+
- main # The 'main' branch
88
- 'releases/*' # The release branches
99

1010
jobs:
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
pr-mode: false
2626
env:
27-
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
28-
QODANA_ENDPOINT: 'https://qodana.cloud'
27+
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_729101036 }}
28+
QODANA_ENDPOINT: 'https://qodana.cloud'

0 commit comments

Comments
 (0)