1
0
mirror of synced 2025-12-21 19:06:49 -05:00

fix github actions file location: .workflows -> .github/workflows (#27220)

Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com>
This commit is contained in:
Yoshiya Hinosawa
2023-08-09 22:43:01 +09:00
committed by GitHub
parent 9dadb57571
commit b4359c33e2

View File

@@ -62,7 +62,7 @@ If your app makes a GraphQL API query or mutation with insufficient permissions,
## Choosing permissions for Git access
If you want your app to use an installation or user access token to authenticate for HTTP-based Git access, you should request the "Contents" repository permission. If your app specifically needs to access or edit Actions files in the `.workflows` directory, request the "Workflows" repository permission.
If you want your app to use an installation or user access token to authenticate for HTTP-based Git access, you should request the "Contents" repository permission. If your app specifically needs to access or edit Actions files in the `.github/workflows` directory, request the "Workflows" repository permission.
You can then use the access token as the HTTP password. Replace `TOKEN` with the access token: