Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit f869e6e

Browse files
authored
Update README.md
1 parent 5284488 commit f869e6e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,9 @@ https://docs.github.com/en/actions/reference/events-that-trigger-workflows#trigg
9292

9393
The workaround is one of the following.
9494

95-
1. Use personal access token instead of `secrets.GITHUB_TOKEN`
96-
2. Use CI other than GitHub Action on Pull Request build
95+
1. Use [GitHub App Token](https://github.com/marketplace/actions/github-app-token) instead of `secrets.GITHUB_TOKEN` **(RECOMMENDED)**
96+
2. Use personal access token instead of `secrets.GITHUB_TOKEN`
97+
3. Use CI other than GitHub Action on Pull Request build
9798

9899
## CHANGELOG
99100
https://github.com/sue445/go-mod-tidy-pr/blob/master/CHANGELOG.md

0 commit comments

Comments
 (0)