-
If source branch of the pull request exists in a different repository, please configure the job secret authorization like below:
on branch "**" or submitted by group "somegroup"Here
somegroupis the group the user submitting the pull request belongs to -
Hmm... didn't know that though this means that that group will be able to see the secret?
-
Yes that is true
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
I setup a build job to be run also against PRs. The same job works just fine when executed over master branch but if the execution is triggered by the PR it fails with an error:
where is actually the same project that runs the job normally.
It looks like the job was for some reason submitted in the source repository context?