Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ffc7dce
Update site-policy-sync.yml
pcihon Mar 24, 2021
944538d
Update PULL_REQUEST_TEMPLATE.md
pcihon Mar 24, 2021
d2172e0
Update site-policy-sync.yml
pcihon Apr 5, 2021
91677dc
Reverting PR template
pcihon Apr 5, 2021
3f0416a
Add commands required to safely shutdown & reboot when resizing GHES …
djdefi Apr 16, 2021
de4237a
Merge branch 'main' into repo-sync
Octomerger Apr 16, 2021
fe25ec1
Merge branch 'main' into repo-sync
Octomerger Apr 16, 2021
9a02c3c
Merge pull request #18841 from github/repo-sync
Octomerger Apr 16, 2021
19a2014
Merge pull request #5447 from github/repo-sync
Octomerger Apr 16, 2021
75160c1
Merge branch 'main' into site-policy-sync-update
pcihon Apr 16, 2021
168ca2e
Merge pull request #18400 from github/site-policy-sync-update
pcihon Apr 16, 2021
cfefcd3
Merge branch 'main' into repo-sync
Octomerger Apr 16, 2021
5454c71
Merge pull request #5448 from github/repo-sync
Octomerger Apr 16, 2021
7753a15
Merge branch 'main' into repo-sync
Octomerger Apr 16, 2021
2e0d32e
Merge pull request #18842 from github/repo-sync
Octomerger Apr 16, 2021
2bba3c7
Add warning about GitHub Connect behavior with Actions (#18771)
chrispat Apr 16, 2021
8742011
Merge branch 'main' into repo-sync
Octomerger Apr 16, 2021
565a85a
Merge branch 'main' into repo-sync
Octomerger Apr 16, 2021
26991d8
Merge pull request #18843 from github/repo-sync
Octomerger Apr 16, 2021
045b597
Merge pull request #5450 from github/repo-sync
Octomerger Apr 16, 2021
4bb6857
:art: Wrap the final line
lee-dohm Apr 16, 2021
697f21f
Use an array for the event types for future proofing
lee-dohm Apr 16, 2021
4900634
Merge pull request #18845 from github/no-response-syntax
lee-dohm Apr 16, 2021
998f40d
Merge branch 'main' into repo-sync
Octomerger Apr 16, 2021
467fa29
Merge pull request #5451 from github/repo-sync
Octomerger Apr 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add warning about GitHub Connect behavior with Actions (github#18771)
Co-authored-by: Yashwanth Anantharaju <[email protected]>
Co-authored-by: Sarah Edwards <[email protected]>
  • Loading branch information
3 people authored Apr 16, 2021
commit 2bba3c702961b6f800d422bfb471917123e06b54
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ topics:

{% data reusables.actions.enterprise-beta %}
{% data reusables.actions.enterprise-github-hosted-runners %}
{% data reusables.actions.enterprise-github-connect-warning %}
{% data reusables.actions.ae-beta %}

By default, {% data variables.product.prodname_actions %} workflows on {% data variables.product.product_name %} cannot use actions directly from {% data variables.product.prodname_dotcom_the_website %} or [{% data variables.product.prodname_marketplace %}](https://github.com/marketplace?type=actions).
Expand Down
7 changes: 7 additions & 0 deletions data/reusables/actions/enterprise-github-connect-warning.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{% if enterpriseServerVersions contains currentVersion and currentVersion ver_gt "[email protected]" %}
{% note %}

**Note:** With {% data variables.product.prodname_github_connect %} enabled, {% data variables.product.prodname_actions %} will try to find the repository on your {% data variables.product.prodname_ghe_server %} instance first before falling back to {% data variables.product.prodname_dotcom %}. If a user creates an organization and repository in your enterprise that matches an organization and repository name on {% data variables.product.prodname_dotcom %}, the repository on your enterprise will be used in place of the {% data variables.product.prodname_dotcom %} repository. A malicious user could take advantage of this behavior to run code as part of a workflow.

{% endnote %}
{% endif %}