Skip to content

Commit c5a7a98

Browse files
authored
Merge pull request #152 from Kurt-von-Laven/patch-1
Update some links in the README
2 parents 1833517 + 7b468d2 commit c5a7a98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ This action was created to help facilitate a GitHub Actions "ChatOps" solution i
5050
5151
| Name | Description | Default |
5252
| --- | --- | --- |
53-
| `token` | `GITHUB_TOKEN` (`issues: write`, `pull-requests: write`) or a `repo` scoped [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token). | `GITHUB_TOKEN` |
53+
| `token` | `GITHUB_TOKEN` (`issues: write`, `pull-requests: write`) or a `repo` scoped [PAT](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token). | `GITHUB_TOKEN` |
5454
| `repository` | The full name of the repository in which to create or update a comment. | Current repository |
5555
| `issue-number` | The number of the issue or pull request in which to create a comment. | |
5656
| `comment-id` | The id of the comment to update. | |
@@ -61,7 +61,7 @@ This action was created to help facilitate a GitHub Actions "ChatOps" solution i
6161

6262
Note: In *public* repositories this action does not work in `pull_request` workflows when triggered by forks.
6363
Any attempt will be met with the error, `Resource not accessible by integration`.
64-
This is due to token restrictions put in place by GitHub Actions. Private repositories can be configured to [enable workflows](https://docs.github.com/en/github/administering-a-repository/disabling-or-limiting-github-actions-for-a-repository#enabling-workflows-for-private-repository-forks) from forks to run without restriction. See [here](https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#restrictions-on-repository-forks) for further explanation. Alternatively, use the [`pull_request_target`](https://docs.github.com/en/actions/reference/events-that-trigger-workflows#pull_request_target) event to comment on pull requests.
64+
This is due to token restrictions put in place by GitHub Actions. Private repositories can be configured to [enable workflows](https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository#enabling-workflows-for-forks-of-private-repositories) from forks to run without restriction. See [here](https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#restrictions-on-repository-forks) for further explanation. Alternatively, use the [`pull_request_target`](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target) event to comment on pull requests.
6565

6666
#### Outputs
6767

@@ -195,7 +195,7 @@ The template is rendered using the [render-template](https://github.com/chuhlomi
195195

196196
### Accessing issues and comments in other repositories
197197

198-
You can create and update comments in another repository by using a [PAT](https://docs.github.com/en/github/authenticating-to-github/creating-a-personal-access-token) instead of `GITHUB_TOKEN`.
198+
You can create and update comments in another repository by using a [PAT](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) instead of `GITHUB_TOKEN`.
199199
The user associated with the PAT must have write access to the repository.
200200

201201
## License

0 commit comments

Comments
 (0)