@@ -17,7 +17,7 @@ topics:
|
||||
|
||||
## Overview
|
||||
|
||||
This article describes some of the advanced features of {% data variables.product.prodname_actions %} that help you work create more complex workflows.
|
||||
This article describes some of the advanced features of {% data variables.product.prodname_actions %} that help you create more complex workflows.
|
||||
|
||||
## Storing secrets
|
||||
|
||||
|
||||
@@ -27,3 +27,10 @@ Once you enable GPG verification, it will immediately take effect for all your c
|
||||

|
||||
1. If you chose "Selected repositories", select the drop-down menu, then click a repository you want enable GPG verification for. Repeat for all repositories you want to enable GPG verification for.
|
||||

|
||||
|
||||
|
||||
{% note %}
|
||||
|
||||
**Note:** Once you have enabled GPG verification for {% data variables.product.prodname_codespaces %}, you also must append `-s` to each commit in order for it to be signed. To do this in {% data variables.product.prodname_vscode %}, ensure the "Git: Enable Commit Signing" option is enabled from the Settings.
|
||||
|
||||
{% endnote %}
|
||||
|
||||
@@ -10,7 +10,7 @@ versions:
|
||||
ghae: '*'
|
||||
topics:
|
||||
- GitHub Apps
|
||||
shortTitle: Migrate to OAuth Apps
|
||||
shortTitle: Migrate from OAuth Apps
|
||||
---
|
||||
This article provides guidelines for existing integrators who are considering migrating from an OAuth App to a GitHub App.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user