Skip to content

Commit ec5bf33

Browse files
committed
Add inherit secrets for sonar to pr-merge.ymls
1 parent 389c1e5 commit ec5bf33

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pr-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@ jobs:
2525
metrics:
2626
needs: [ ci-job ]
2727
uses: ./.github/workflows/report.yml
28+
secrets: inherit
2829
permissions:
2930
contents: read

exasol/toolbox/templates/github/workflows/pr-merge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,6 @@ jobs:
2828
metrics:
2929
needs: [ ci-job ]
3030
uses: ./.github/workflows/report.yml
31+
secrets: inherit
3132
permissions:
3233
contents: read

0 commit comments

Comments
 (0)