Skip to content

Commit de6b7f8

Browse files
committed
ci: Workaround for secrets inherit #TASK-7325
1 parent b30d648 commit de6b7f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/task.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
needs: build
1515
with:
1616
test_profile: runShortTests
17-
secrets: inherit
17+
secrets:
18+
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
1819

1920
deploy-docker:
2021
uses: ./.github/workflows/deploy-docker-jsorolla.yml

0 commit comments

Comments
 (0)