List trusted workflows initialised by dependabot in PR checks #4305
Labels
service 💁
Relates to Dependabot features GitHub provides
T: feature-request
Requests for new features
In our organisation, we're using environment variables for accessing private packages and make Docker container builds as a part of CI checks. According to the latest changes with decreasing level of accessibility for dependabot now it's not possible to build the right workflow for PRs which are created by dependabot.
With the newest changes, dependabot can't get secrets on
push
andpull_request
events, which we're using for our CI checks. According to this documentation, we're forced to create 2 workflows, e.g.:When depenedabot creates its PR, it'll have only 1 check in it:
Dependabot Push Check
workflow triggersDependabot Trusted Workflow
but the last one is not part of CI checks for the PR.Could we implement the feature where we could specify that the workflow is a part of PR checks?
Also, in our case, we need to have
Dependabot Trusted Workflow
workflow to be part of checks for PRs initialized not only dependabot but regular developers.The text was updated successfully, but these errors were encountered: