You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,13 +56,18 @@ To pin the exact version:
56
56
```
57
57
58
58
The action queries the GitHub API to fetch releases data, to avoid rate limiting,
59
-
pass the default token with the `repo-token` variable:
59
+
pass the default token with the `repo-token` variable. By default,
60
+
the `GITHUB_TOKEN` secret is used, which is automatically provided by GitHub Actions.
61
+
62
+
If the default
63
+
[permissions for the GitHub token](https://docs.github.com/en/actions/security-for-github-actions/security-guides/automatic-token-authentication#permissions-for-the-github_token)
64
+
are not sufficient, you can provide a custom GitHub token with the necessary permissions:
0 commit comments