You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document the required Dependabot secret mappings and their pre-review trust boundary.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: docs/content/reference/workflow-inputs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,8 @@ credentials that are exposed. `secrets: inherit` is intentionally not required.
29
29
| Name | Location | Description | Required |
30
30
| ---- | -------- | ----------- | -------- |
31
31
|`APIKey`| GitHub secrets | The API key for the PowerShell Gallery, used to publish the module. | Yes |
32
-
|`GitHubAppClientId`| GitHub secrets | The GitHub App client ID used to mint scoped installation tokens for GitHub API operations. Map Shelly's `SHELLY_CLIENT_ID` in the caller. | Yes |
33
-
|`GitHubAppPrivateKey`| GitHub secrets | The GitHub App private key used to mint scoped installation tokens for GitHub API operations. Map Shelly's `SHELLY_PRIVATE_KEY` in the caller. | Yes |
32
+
|`GitHubAppClientId`| GitHub secrets | The GitHub App client ID used to mint scoped installation tokens for GitHub API operations. Map Shelly's `SHELLY_CLIENT_ID` in the caller and Dependabot secret store. | Yes |
33
+
|`GitHubAppPrivateKey`| GitHub secrets | The GitHub App private key used to mint scoped installation tokens for GitHub API operations. Map Shelly's `SHELLY_PRIVATE_KEY` in the caller and Dependabot secret store. | Yes |
34
34
|`TestData`| GitHub secrets | A single-line JSON object with `secrets` and `variables` maps, exposed as environment variables to the module test jobs. Values under `secrets` are masked; values under `variables` are not. | No |
35
35
36
36
See [passing test data](../guides/calling-the-workflow.md#passing-test-data) for how to build the `TestData` value.
0 commit comments