Skip to content

Commit 840f5db

Browse files
committed
Corrected roles
1 parent 8be39f3 commit 840f5db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- uses: SonarSource/ci-github-actions/build-poetry@v1
2222
with:
2323
sonar-platform: none
24+
artifactory-reader-role: public-reader
25+
artifactory-deployer-role: public-deployer
2426
deploy-pull-request: true
2527

2628

@@ -72,8 +74,6 @@ jobs:
7274
script: |
7375
poetry run pytest --cov-report=xml:coverage.xml --cov-config=pyproject.toml --cov=src --cov-branch tests
7476
poetry run mypy src/ > mypy-report.txt || true
75-
artifactory-reader-role: public-reader
76-
artifactory-deployer-role: public-deployer
7777
sonar-platform: next
7878

7979
qa:

0 commit comments

Comments
 (0)