Skip to content

Commit 03ba0d1

Browse files
authored
Branch was updated using the 'autoupdate branch' Actions workflow.
2 parents e971d84 + 9805b41 commit 03ba0d1

4 files changed

Lines changed: 12 additions & 13 deletions

File tree

content/actions/index.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,30 +10,27 @@ featuredLinks:
1010
- /actions/learn-github-actions
1111
- /actions/guides/about-continuous-integration
1212
- /actions/guides/about-packaging-with-github-actions
13-
gettingStarted:
14-
- /actions/managing-workflow-runs
15-
- /actions/hosting-your-own-runners
1613
guideCards:
1714
- /actions/guides/setting-up-continuous-integration-using-workflow-templates
1815
- /actions/guides/publishing-nodejs-packages
1916
- /actions/guides/building-and-testing-powershell
2017
popular:
2118
- /actions/reference/workflow-syntax-for-github-actions
22-
- /actions/reference/events-that-trigger-workflows
2319
- /actions/learn-github-actions
20+
- /actions/reference/events-that-trigger-workflows
2421
- /actions/reference/context-and-expression-syntax-for-github-actions
25-
- /actions/reference/workflow-commands-for-github-actions
2622
- /actions/reference/environment-variables
23+
- /actions/reference/encrypted-secrets
2724
changelog:
25+
- title: Environments, environment protection rules and environment secrets (beta)
26+
date: '2020-12-15'
27+
href: https://github.blog/changelog/2020-12-15-github-actions-environments-environment-protection-rules-and-environment-secrets-beta/
2828
- title: Workflow visualization
2929
date: '2020-12-08'
3030
href: https://github.blog/changelog/2020-12-08-github-actions-workflow-visualization/
3131
- title: Removing set-env and add-path commands on November 16
3232
date: '2020-11-09'
3333
href: https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
34-
- title: Ubuntu-latest workflows will use Ubuntu-20.04
35-
date: '2020-10-29'
36-
href: https://github.blog/changelog/2020-10-29-github-actions-ubuntu-latest-workflows-will-use-ubuntu-20-04
3734

3835
product_video: https://www.youtube-nocookie.com/embed/cP0I9w2coGU
3936

content/discussions/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ featuredLinks:
2222
- /discussions/guides/finding-discussions-across-multiple-repositories
2323
- /discussions/collaborating-with-your-community-using-discussions/collaborating-with-maintainers-using-discussions
2424
- /discussions/managing-discussions-for-your-community/managing-categories-for-discussions-in-your-repository
25-
product_video: https://www.youtube-nocookie.com/embed/DbTWBP3_RbM
25+
product_video: https://www.youtube-nocookie.com/embed/IpBw2SJkFyk
2626
layout: product-landing
2727
versions:
2828
free-pro-team: '*'

content/insights/installing-and-configuring-github-insights/installing-github-insights.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ versions:
1616
- You must install dependencies on the application server.
1717
- [Docker](https://docs.docker.com/install/) 1.13.0+
1818
- [Docker Compose](https://docs.docker.com/compose/install/) v1.17.0+
19+
- [netcat](http://netcat.sourceforge.net/), available via apt for [Debian](https://packages.debian.org/search?keywords=netcat) and [Ubuntu](https://packages.ubuntu.com/search?keywords=netcat&searchon=names)
1920

2021
{% note %}
2122

content/packages/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,23 @@ featuredLinks:
1212
- /packages/manage-packages/installing-a-package
1313
popular:
1414
- /packages/guides/configuring-npm-for-use-with-github-packages
15-
- /packages/learn-github-packages/about-github-packages
15+
- /packages/guides/configuring-docker-for-use-with-github-packages
16+
- /packages/learn-github-packages
1617
- /packages/guides/configuring-apache-maven-for-use-with-github-packages
1718
guideCards:
1819
- /packages/guides/configuring-npm-for-use-with-github-packages
1920
- /packages/guides/enabling-improved-container-support
2021
- /packages/guides/configuring-rubygems-for-use-with-github-packages
2122
changelog:
23+
- title: ghcr.io maintenance mode on 2021-01-09
24+
date: '2021-01-08'
25+
href: https://github.blog/changelog/2021-01-08-packages-ghcr-io-maintenance-mode-on-2021-01-09/
2226
- title: ghcr.io container names redirect to the container page
2327
date: '2020-12-14'
2428
href: https://github.blog/changelog/2020-12-14-ghcr-io-container-names-redirect-to-the-container-page/
2529
- title: Filter for tagged and untagged containers
2630
date: '2020-12-14'
2731
href: https://github.blog/changelog/2020-12-14-packages-can-filter-for-tagged-and-untagged-containers/
28-
- title: Packages container support is an opt-in beta
29-
date: '2020-11-17'
30-
href: https://docs.github.com/packages/getting-started-with-github-container-registry/enabling-improved-container-support
3132
redirect_from:
3233
- /github/managing-packages-with-github-packages
3334
- /categories/managing-packages-with-github-package-registry

0 commit comments

Comments
 (0)