There was an error while loading. Please reload this page.
1 parent 5688e8d commit a9fa8f2Copy full SHA for a9fa8f2
1 file changed
.github/workflows/pull_request.yaml
@@ -35,4 +35,7 @@ jobs:
35
sonar-host: https://sonarcloud.io
36
sonar-scanner: maven
37
main-branch: master
38
- service-account-key: ${{ secrets.SECRET_AUTH }}
+ # Dependabot-triggered runs read the Dependabot secret store, where
39
+ # SECRET_AUTH does not exist. Fall back to the Dependabot-scoped key
40
+ # for those runs only.
41
+ service-account-key: ${{ github.actor == 'dependabot[bot]' && secrets.DEPENDABOT_AUTH || secrets.SECRET_AUTH }}
0 commit comments