Authenticating to Actions workflow with GitHub App (#36649)
Co-authored-by: Siara <108543037+SiaraMist@users.noreply.github.com> Co-authored-by: James Martin <jamesmartin@users.noreply.github.com>
This commit is contained in:
@@ -550,6 +550,8 @@ jobs:
|
||||
uses: ./.github/actions/my-private-repo/my-action
|
||||
```
|
||||
|
||||
Alternatively, use a {% data variables.product.prodname_github_app %} instead of a {% data variables.product.pat_generic %} in order to ensure your workflow continues to run even if the {% data variables.product.pat_generic %} owner leaves. For more information, see "[AUTOTITLE](/apps/creating-github-apps/guides/making-authenticated-api-requests-with-a-github-app-in-a-github-actions-workflow)."
|
||||
|
||||
### `jobs.<job_id>.steps[*].run`
|
||||
|
||||
Runs command-line programs using the operating system's shell. If you do not provide a `name`, the step name will default to the text specified in the `run` command.
|
||||
|
||||
Reference in New Issue
Block a user