* Update reusable workflows docs
* Update content/actions/learn-github-actions/reusing-workflows.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Update content/actions/learn-github-actions/reusing-workflows.md
* Update content/actions/learn-github-actions/reusing-workflows.md
* Update content/actions/learn-github-actions/reusing-workflows.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Update content/actions/learn-github-actions/reusing-workflows.md
Co-authored-by: Martin Lopes <martin389@github.com>
* Apply review suggestion from Lucas
* Update content/actions/learn-github-actions/reusing-workflows.md
Co-authored-by: Martin Lopes <martin389@github.com>
* Update content/actions/learn-github-actions/reusing-workflows.md
Co-authored-by: Martin Lopes <martin389@github.com>
* Update content/actions/learn-github-actions/reusing-workflows.md
Co-authored-by: Martin Lopes <martin389@github.com>
* Add information about use of runners
As per review comment from Ajay Krishna Nalisetty
* Update content/actions/learn-github-actions/workflow-syntax-for-github-actions.md
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
* Update content/actions/learn-github-actions/workflow-syntax-for-github-actions.md
* Fix version as per Lucas's review comment
* Explain using environment secrets
* Add workflow diagram
* Move explanation of diagram above it
* Slight change to job_workflow-ref description
Include the syntax of the response data, as per
https://github.slack.com/archives/C01SMLA6MNY/p1637731982336700
* Clarify difference between repo and job_workflow_ref
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Octomerger Bot <63058869+Octomerger@users.noreply.github.com>
* Updated workflow inputs example to include types
* Add versioning for GHEC/GHES/GHAE
* Remove links to actions.yaml info
Co-authored-by: hubwriter <hubwriter@github.com>
* actions: public repositories are only dotcom and ghec
Remove the disclaimer about public repositories for ghes/ghae.
* actions: don't show customizing page to ghes
GitHub-hosted runners are not supported on GHES (yet). Don't show them
the page on how to customize them.
* actions: clarify host requirements for accessing GitHub from self-hosted
* actions: correct and expand GHAE domains necessary for self-hosted
* actions: GHES self-runners talk to dotcom in GitHub Connect
* actions: minimize GitHub-hosted page for GHES
There's no GitHub-hosted runners for GHES, minimize the amount of talk
that we do about them.
* actions: self-hosted runners update from a new endpoint
We're changing the way release content is stored, it's moving to
`objects.github.com`.
* Apply suggestions from code review
Thanks!
Co-authored-by: Martin Lopes <martin389@github.com>
* actions: correct self-hosted runner hostname
Self-hosted runners talk to objects.githubusercontent.com, not
objects.github.com.
Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
* actions: don't recommend users allow-list our hosted runners
There are too many IP addresses for our hosted runners for users to use
them as an allow-list. In fact, we have a note where we _don't_
recommend that they use this. Remove a contradictory sentence below.
* ip addresses: clarify what these ip addresses are
* self-hosted: clarify inbound/outbound requirements
* Update content/actions/hosting-your-own-runners/about-self-hosted-runners.md
* Update content/authentication/keeping-your-account-and-data-secure/about-githubs-ip-addresses.md
Co-authored-by: hubwriter <hubwriter@github.com>