1
0
mirror of synced 2026-01-06 06:02:35 -05:00
Commit Graph

390 Commits

Author SHA1 Message Date
Sébastien Lorber
f0f5a490cc Update .path-ignore docs wording (#4621)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-03-29 15:13:49 +10:00
Sarah Edwards
c9d72932a7 Version deployment environments and the environment APIs for GHES 3.2 (#18397)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-03-26 01:47:26 +00:00
Martin Lopes
77a03fd1a2 Merge branch 'main' into patch-1 2021-03-25 11:14:52 +10:00
Janice
d7680ad6f4 Merge branch 'main' into patch-2 2021-03-24 17:23:52 -07:00
Martin Lopes
f202328e47 Merge branch 'main' into patch-1 2021-03-25 10:00:15 +10:00
Ethan Palm
cad64e1df6 Merge branch 'main' into patch-1 2021-03-24 12:14:31 -04:00
hubwriter
76c866715c Apply changes from PR #4629 (#4780)
* Apply changes from PR 4629

We have a problem (discussed internally with engineering) preventing the Update branch button being displayed on PR 4629 - which prevents that PR from being merged.

* Add change from PR 4629

* Update content/actions/reference/events-that-trigger-workflows.md
2021-03-24 09:38:20 +00:00
Sarah Edwards
71f150ea1c Guide users to schedule workflows at lower load times (#18362) 2021-03-23 21:50:29 +00:00
Rajat Kalsy
52a24d4ee1 Fixed variable name (#4619) 2021-03-23 20:54:44 +00:00
Darius Wiles
aa165ea8f3 Fix minor grammar "helps the minimize risks" 2021-03-19 09:25:30 -07:00
Konrad Pabjan
aeb318ef4c Update URLs that self-hosted runner need for communication (#17925) 2021-03-19 09:30:50 +01:00
Martin Lopes
02b8335896 Document what Actions will do during an incident (#18233)
* Update about-github-hosted-runners.md

* Update about-github-hosted-runners.md

* Apply suggestions from code review

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>

* Moved availability statement into reusable

* Fixed reusable

* Update about-github-hosted-runners.md

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-03-19 03:20:08 +00:00
Octomerger Bot
0c8bf6f64e Branch was updated using the 'autoupdate branch' Actions workflow. 2021-03-18 07:03:19 +10:00
Ethan Palm
61a01241c5 Merge branch 'main' into patch-1 2021-03-17 16:00:53 -04:00
Rachael Sewell
b1b8cb8e84 add topic frontmatter to articles (#18245) 2021-03-17 12:31:29 -07:00
Alena Sviridenko
0192f59031 [March 17] Remove all notes about ubuntu-latest migration and fix labels (#18243)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-03-17 17:30:30 +00:00
Mike McDonald
b18d884e20 Adding additional information for workflow_runs (#18235)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-03-17 05:10:43 +00:00
Martin Lopes
f2d8ccb712 Add missing Audit Log events for GitHub Actions (#17616)
* Added placeholders for missing events.

* Added Audit events

* Moved event

* Fixed links

* Fixed links

* Fixed versioning

* Rephrased description

* Revised description of runner_group_runners_updated

* Added versioning updates, future-proofing.

* Update based on tech review

* Apply suggestions from code review

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Apply suggestions from code review

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Added link for runner_group_updated event

* Apply suggestions from code review

Co-authored-by: Laura Coursen <lecoursen@github.com>

* Clarified description of `runner_group_runner_removed`

* Removed link for enterprise versions of event.

* Update security-hardening-for-github-actions.md

* Update actions-audit-events-workflow.md

Co-authored-by: Laura Coursen <lecoursen@github.com>
2021-03-17 10:59:43 +10:00
Sarah Edwards
a34dcc43c2 Actions for Project Management (#17849)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
Co-authored-by: Laura Coursen <lecoursen@users.noreply.github.com>
Co-authored-by: Jeroen Rietveld <anywherepilot@users.noreply.github.com>
2021-03-16 23:26:31 +00:00
Markus Staab
643b433b98 fix typo 2021-03-15 09:57:31 +01:00
Martin Lopes
1d959edcfa Updates for GHAE Actions beta (#18048)
* Added AE version

* Renamed draft article

* Fixed typo

* Added new section for AE

* Fixed versioning

* Update finding-and-customizing-actions.md

* Update using-actions-in-github-ae.md

* Apply suggestions from code review

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>

* Update using-actions-in-github-ae.md

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2021-03-15 12:02:19 +10:00
Martin Lopes
c3bd124fc0 [GitHub AE Beta] Explain that users must contact support for all Premium Runner management (#18239)
* Update about-ae-hosted-runners.md

* Update about-ae-hosted-runners.md

* Update about-ae-hosted-runners.md

* Update about-ae-hosted-runners.md

* Apply suggestions from code review

Co-authored-by: Laura Coursen <lecoursen@github.com>

Co-authored-by: Laura Coursen <lecoursen@github.com>
2021-03-15 00:20:25 +00:00
Ichinose Shogo
3c33295845 fix an example in authentication-in-a-workflow
actions/labeler now recommends to use the `pull_request_target` event.
With the `pull_request` event, `GITHUB_TOKEN` sometimes lacks write permissions (e.g. pull requests from forked repository or from dependabot)
and actions/labeler doesn't work well.

ref. https://github.com/actions/labeler/pull/90
ref. https://github.blog/2020-08-03-github-actions-improvements-for-fork-and-pull-request-workflows/#improvements-for-public-repository-forks
2021-03-14 20:19:11 +09:00
Martin Lopes
f8b79bf39c Add description about AE runner pools (#18178)
* Update about-ae-hosted-runners.md

* Update about-ae-hosted-runners.md

* Apply suggestions from code review

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>

Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-03-12 17:31:15 +10:00
hubwriter
dab7e4f87b Mention [skip ci] in the CI article (#18119)
* Mention the new skip instruction in commit messages

* More details about the skip instruction

* Update content/actions/guides/about-continuous-integration.md

Co-authored-by: Martin Lopes <martin389@github.com>

* Update content/actions/guides/about-continuous-integration.md

Co-authored-by: Martin Lopes <martin389@github.com>

* Change as per review comment.

Clarify that 'on: pull_request_target' isn't affected
by a skip instruction

* One word addition to previous commit

Co-authored-by: Martin Lopes <martin389@github.com>
2021-03-09 11:40:57 +00:00
freddyrios
d300ce4986 push example: build with the release configuration
the push line expects a release build
2021-03-09 09:39:10 +01:00
Leona B. Campbell
2d0f1abc6d [Ready to ship on March 4] Adding workflow note about dependabot token (#17918)
* adding workflows note about dependabot token

* reworded a little to make active

* Update data/reusables/actions/workflow-runs-dependabot-note.md

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
2021-03-08 15:37:26 -08:00
Rami Zackary Shamir
b963d7c471 Issue #4283 rewording section
Issue #4283 
Line 80 has been changed from 

Users have specific permissions for each repository, so having the GITHUB_TOKEN for one repository grant access to another would impact the GitHub permission model if not implemented carefully.

to

Users have specific permissions for each repository, so allowing the GITHUB_TOKEN for one repository to grant access to another would impact the GitHub permission model if not implemented carefully.
2021-03-05 07:30:44 -05:00
Janice
9dd7a48850 Merge branch 'main' into patch-1 2021-03-04 12:16:16 -07:00
Bradyn Poulsen
136a6bd1a3 Actions Docs: Using workflows from other private repositories (#3627)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-03-04 18:03:28 +00:00
Mike McDonald
a712ef30a3 Bump to upload-artifact@v2 (#3631) 2021-03-04 17:51:58 +00:00
Janice
9636973d06 Merge branch 'main' into patch-1 2021-03-04 09:14:05 -07:00
Dominik Meyer
c5f68a5c59 Update metadata-syntax-for-github-actions.md (#3468)
* Update metadata-syntax-for-github-actions.md

I tried to use another name than Dockerfile, the build fails saying:

`docker: invalid reference format: repository name must be lowercase.`

* Update content/actions/creating-actions/metadata-syntax-for-github-actions.md

Thanks, I struggled to find the correct words and not change the text too much

Co-authored-by: hubwriter <hubwriter@github.com>

Co-authored-by: hubwriter <hubwriter@github.com>
2021-03-04 14:11:00 +00:00
Fuxing Loh
77f57687df Update security-hardening-for-github-actions.md
Confusing statement, shouldn't it be {% data variables.product.prodname_actions %} instead of {% data variables.product.product_name %}?
2021-03-04 12:38:10 +00:00
Murukesh Mohanan
565948518b Clarify access level needed for secrets in web interface (#2330)
* Clarify access level needed for secrets in web interface

Closes #1087

I considered changing the `permissions-statement-secrets-repository`
reusable to include a reference to the API, but then I noticed that the
other place using it (["Enabling debug logging"][1]) already mentioned
the API, so instead I added a note. Including a mention of "web
interface" lead to (IMO) too much duplication in text, so I rephrased it
to be more like the `permissions-statement-secrets-api` reusable.

[1]: https://docs.github.com/en/free-pro-team@latest/actions/managing-workflow-runs/enabling-debug-logging

* Update data/reusables/github-actions/permissions-statement-secrets-repository.md

I'm going to go ahead and change this back.

Co-authored-by: hubwriter <hubwriter@github.com>
2021-03-04 09:02:01 +00:00
Janice
8a20c58549 Merge branch 'main' into patch-1 2021-03-03 16:17:12 -07:00
Laura Gerhardt
9f38d57e93 reference ruby/setup-ruby for cache (#2464)
Co-authored-by: Lucas Costi <lucascosti@users.noreply.github.com>
2021-03-03 22:35:02 +00:00
Janice
29acc7b87d Merge branch 'main' into patch-1 2021-03-03 11:35:54 -07:00
Zhian N. Kamvar
a216cd500e add link to best practices for pull_request_target (#3995)
* add link to blog for pull_request_target

I was initially confused by the intended use of `pull_request_target` and its capabilities, but [this blog post in the Security Lab](https://securitylab.github.com/research/github-actions-preventing-pwn-requests) laid out the caveats and solutions well.
2021-03-03 17:10:09 +00:00
Meg Bird
794bdd47b7 Merge branch 'main' into patch-1 2021-03-03 08:50:35 -07:00
Alena Sviridenko
69a8cc2d01 Update GitHub-hosted runners Supported Software section (#18009)
Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-03-02 00:14:41 +00:00
Maks3w
2531de318d Update content/actions/learn-github-actions/migrating-from-circleci-to-github-actions.md
Co-authored-by: Janice <janiceilene@github.com>
2021-03-02 00:07:47 +01:00
Matt Pollard
2db9da5c8f [DO NOT MERGE] GitHub AE consumables beta megabranch (#17620)
* Empty commit

* updated beta note for GHAE

* more GHAE update + resolve conflict

* more GHAE updates + prepare for screenshots

* Apply suggestions from code review

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>

* address remaining review comments

* Revise "About GitHub AE" (#17679)

* add screenshots to the Configuring article

* reworked to have a separate GHAE section

* list numbering

* more work on screenshots and conditions

* add GHAE screenshots in article

* review screenshots in article

* added more screenshots and updated more articles

* screenshot madness

* fix liquid versioning

* refactor the ghae script

* [GHAE CB/Feb 22]: Add article about data residency for GitHub AE (#17847)

* add missing GHAE versioning to article

* move screenshots to GHAE asset directory

* forgot to change the path for these two images

* replace CBB screenshot + add better screenshot

* [GHAE CB/Feb 22]: Document upgrades for GitHub AE (#17848)

* Version article for GitHub AE

* Replace unused variable

* Incorporate reviewer feedback

* Update intro

Co-authored-by: Ethan P <56270045+ethanpalm@users.noreply.github.com>

* [GHAE] Enable IP allow list (#17691)

* Notes for CC

* Updat permission leves chart

* Add updated article to further reading

* Update gated feature callout with GitHub AE

* Version "Managing allowed IP addresses for your organization" for AE

* Update images

* Update "Restricting network traffic to your enterprise" with new procedures

* remove todo note

* Update audited actions

* Update info about Premium Runners

* Use reusable for Premium Runners

* Change "Premium Runners" to "AE hosted runners"

* Incorporate reviewer feedback

* Use correct reusable

* Version reusable correctly

* [Feb 22] GHAE: Code scanning beta (#17830)

* Add "github-ae" to all the frontmatter

* GHAE-ify the reusables

* Add some more changes

* Re-use some content

* 🔪 Semmle links

* Revert change re "--external-repository-token" in the CodeQL runner

* Update CodeQL runner token scopes

* Update two screenshots

* Remove mention of GitHub.com from AE + other fixes

* Apply suggestions from code review

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>

* Use `product_name` variable instead of `product_location`

* Remove confusing phrase

* [Feb 22] GHAE: Code scanning API and webhook docs (#17883)

* Version API and webhook docs

* Actually add versioning for GHAE

* Fix anchor

* [TEMPORARY] Preview for API endpoints

* Revert API previews

* Update procedure step

Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>

* Update docs for AzureAD Group SCIM support in GHAE (#17892)

* [GHAE CB] SMTP bootstrapping flow (#17888)

* draft

* update with AE conntent

* update with tons of versioning

* remove that  lie

* fill out the rest of these steps

* update with correct versioning

* more edits

* add images

* reversion most of ae article

* fix versioning

* format correctlly

* words matter

* last image

* update with permmissions

* update versioning

* add link

* apply feedback ❤️

* update with differrent spacing

* update with feedback

* more feedback

* Temporary GHAE release notes for consumables beta launch (#17859)

* Create release-notes.md

* Add frontmatter

* Add to index file

* Update github-ae-release-notes.md

* Add release notes from Google Doc

* Update finalized docs links that have been reviewed

* OAuth device flow link update

* version for AE

* few fixes

* Update content/admin/overview/github-ae-release-notes.md

* small edits

* whoops

* commit

* update with different links

* used wrong reusable

* fix more brokenness

* Update repository-references.js

* Update repository-references.js

Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>

* [GHAE] Audit public repos (#17917)

* verifying what we mean by public

* Apply suggestions from code review

* Update content/developers/apps/installing-github-apps.md

Co-authored-by: Laura Coursen <lecoursen@github.com>

* fixing placememnt of liquid conditional

Co-authored-by: Laura Coursen <lecoursen@github.com>

* GHAE packages beta (#17786)

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>

* fix broken links

* [GHAE CB/March 01]: GitHub Actions on GHAE (beta) (#17725)

* Added initial layout for premium runners

* Restructured content

* Added placeholder for removing premium runner

* Added versioning and warning note for self-hosted runners

* Added versioning and beta notice for actions content

* Rephrased beta note

* Added versioning for API docs, fixes

* Added versioning fixes

* Split Github-hosted and premium topics into separate articles

* Added edits

* Restructured some topics

* Revised "Using premium runners in a workflow"

* Some small fixes

* Fixed typo

* Added fixes to reusable

* Added edits

* Made section titles consistent

* Added billing, group mgmt, reusable steps

* Cropped certain screenshots for future-proofing

* Removed superfluous reusable

* Added fixes

* Revert "Cropped certain screenshots for future-proofing"

This reverts commit c7f24f31fa30d4fe3de2b63fc3cd5feba44ef518.

* Added new section for custom images

* Added versioning for enterprise-admin operations

* Added edits

* Added edits

* Update adding-premium-runners.md

* Removed SHR screenshots. Intending to update them when UI is available.

* Update using-labels-with-premium-runners.md

* Added custom labels section

* Added preview of API docs changes

* Added versioning for ip allow list section

* Removed removal article

* Renamed premium runners to AE hosted runners

* Re-added added API preview

* Fixed links, updated software specs

* Revised "Software specifications" based on feedback

* Fixed typos

* Small fixes

* Added new article "Creating custom images"

* Moved "Creating custom images" link

* Apply suggestions from code review

Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com>

* Added update from review

* Added updates from tech review

* Apply suggestions from code review

Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com>

* Added updates from tech review

* Added updates from tech review

* Added updates from tech review

* Added updates from tech review

* Fixed reusable

* Added fixes

* Added update from tech review

* Removed the dereferenced OpenAPI schema files

* Added fixes

* Fixed links

* Fixed links

* Apply suggestions from code review

Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>

* Added updates from peer review

* Removed sections that are not in beta

* Update viewing-your-github-actions-usage.md

* Update viewing-job-execution-time.md

* Update index.md

* Update about-github-hosted-runners.md

* Restored versioning to match GHES approach

* Fixed link

* Restored self-hosted runner reference to UI steps.

* Updated screenshots

* Updated screenshots and procedures

* Small edits to screenshots

* Added AE url info for SHR

* Removed superfluous versioning

* Update security-hardening-for-github-actions.md

* Update actions-shared.md

* Small edits

* Update usage-limits-billing-and-administration.md

* Update managing-complex-workflows.md

* Additional versioning

* Additional versioning

* version environments api and checkrun deployments for ghae (#17991)

Co-authored-by: Martin Lopes <martin389@github.com>

* Update reviewing-the-audit-log-for-your-organization.md

* Added versioning for enterprise policy settings

* version configuring artifact retention for AE

* remove AE versioning for connecting to Marketplace

* Apply suggestions from code review

Co-authored-by: Joe Bourne <thejoebourneidentity@github.com>

* Update content/admin/github-actions/getting-started-with-github-actions-for-github-ae.md

Co-authored-by: Joe Bourne <thejoebourneidentity@github.com>

* rewording not public to private

* fixing liquid

* Fixed elseif entries

* Added expectations note

* Revised label management article for AE hosted runners

* Added enterprise-admin note for adding AE hosted runners

* Update enterprise-admin.md

* Update self-hosted-runner-security.md

* Versioned reusable for AE

* Empty commit for CI

Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com>
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
Co-authored-by: skedwards88 <skedwards88@github.com>
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
Co-authored-by: Joe Bourne <thejoebourneidentity@github.com>
Co-authored-by: runleonarun <runleonarun@github.com>

* Update OpenAPI Descriptions for GHAE

* Update content/admin/overview/github-ae-release-notes.md

Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Co-authored-by: mchammer01 <42146119+mchammer01@users.noreply.github.com>
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
Co-authored-by: shati-patel <shati-patel@github.com>
Co-authored-by: Sarah Schneider <sarahs@github.com>
Co-authored-by: skedwards88 <skedwards88@github.com>
Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com>
Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
Co-authored-by: Felicity Chapman <felicitymay@github.com>
Co-authored-by: Meg Bird <megbird@github.com>
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>
Co-authored-by: Laura Coursen <lecoursen@github.com>
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
Co-authored-by: Martin Lopes <martin389@github.com>
Co-authored-by: ahdbilal <55514721+ahdbilal@users.noreply.github.com>
Co-authored-by: Joe Bourne <thejoebourneidentity@github.com>
Co-authored-by: runleonarun <runleonarun@github.com>
Co-authored-by: github-openapi-bot <69533958+github-openapi-bot@users.noreply.github.com>
2021-03-01 16:07:02 -05:00
Maks3w
637eb71a34 Fix note about cache limitations
As discussed in https://github.com/github/docs/issues/2271#issuecomment-785479123

Fix #2271
2021-02-27 17:21:18 +01:00
thomasohagen
a7e8ee71c5 Update building-and-testing-net.md
Version 1.6.0 is no longer supported by Github Actions due to "Deprecating set-env and add-path commands".
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
2021-02-26 10:36:07 -06:00
Willi0728
20d795b923 Merge branch 'main' into patch-2 2021-02-25 18:41:55 -05:00
Dirkjan Bussink
efb1edc86a Add the releases endpoint for self hosted runners (#17905) 2021-02-24 11:15:40 +00:00
Emma
9f2a3139ef Update quickstart.md (#3510) 2021-02-24 00:33:40 +00:00
Sarah Edwards
7f87af1129 Environments API (#17898)
Co-authored-by: Alberto Gimeno <gimenete@users.noreply.github.com>
Co-authored-by: jmarlena <6732600+jmarlena@users.noreply.github.com>
2021-02-23 11:35:38 -08:00
Martin Lopes
9ba81c59ca [Feb-01] [Ecosystem] Update audit log for GitHub Actions events (#17436)
* Added “workflows” category for audit log

* Fixed table

* Updated links

* Small edits

* Added versioning

* Added entry for `self_hosted_runner_updated`

* Added repo entry for `self_hosted_runner_updated`

* Added `enterprise` category actions

* Added "starting_workflow_job"

* Update reviewing-the-audit-log-for-your-organization.md

* Added changes to security hardening guide

* Update security-hardening-for-github-actions.md

* Added versioning for "self-hosted runners" tables

* Update reviewing-the-audit-log-for-your-organization.md

* Apply suggestions from code review

Co-authored-by: Sarah Edwards <skedwards88@github.com>

* Update security-hardening-for-github-actions.md

* Update reviewing-the-audit-log-for-your-organization.md

* Update reviewing-the-audit-log-for-your-organization.md

* Update security-hardening-for-github-actions.md

* Update reviewing-the-audit-log-for-your-organization.md

* Update security-hardening-for-github-actions.md

* Update security-hardening-for-github-actions.md

* Update reviewing-the-audit-log-for-your-organization.md

* Update security-hardening-for-github-actions.md

* Update reviewing-the-audit-log-for-your-organization.md

* Update reviewing-the-audit-log-for-your-organization.md

* Update security-hardening-for-github-actions.md

* Moved enterprise events into reusable

* Added versioning to exclude AE

* Changed table identation and naming for consistency with reusable

* Update security-hardening-for-github-actions.md

* Update reviewing-the-audit-log-for-your-organization.md

* Added note to mention that certain events can only be viewed using the API.

* Added event visibility information.

* Removed superfluous description text

* Fixed typo

* Moved table into reusable

* Removed unused events superseded by `runner_group_updated`

Co-authored-by: Sarah Edwards <skedwards88@github.com>
2021-02-23 03:06:46 +00:00