Skip to content

Commit 09c3acb

Browse files
authored
Merge pull request #18922 from github/repo-sync
repo sync
2 parents 1fc4c3f + 747688f commit 09c3acb

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

content/actions/guides/adding-labels-to-issues.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ In the tutorial, you will first make a workflow file that uses the [`andymckay/l
4646
uses: andymckay/labeler@1.0.2
4747
with:
4848
add-labels: "triage"
49+
repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
4950
```
5051
5152
4. Customize the parameters in your workflow file:

content/actions/guides/removing-a-label-when-a-card-is-added-to-a-project-board-column.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ In the tutorial, you will first make a workflow file that uses the [`andymckay/l
4848
uses: andymckay/labeler@master
4949
with:
5050
remove-labels: "needs review"
51+
repo-token: {% raw %}${{ secrets.GITHUB_TOKEN }}{% endraw %}
5152
```
5253
5354
5. Customize the parameters in your workflow file:

content/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Before adding a new SSH key to the ssh-agent to manage your keys, you should hav
9191
$ touch ~/.ssh/config
9292
```
9393
94-
* Open your `~/.ssh/config` file, then modify the file, replacing ` ~/.ssh/id_ed25519` if you are not using the default location and name for your `id_ed25519` key.
94+
* Open your `~/.ssh/config` file, then modify the file to contain the following lines. If your SSH key file has a different name or path than the example code, modify the filename or path to match your current setup.
9595
9696
```
9797
Host *

0 commit comments

Comments
 (0)