Skip to content

Commit b4359c3

Browse files
kt3kcmwilson21
andauthored
fix github actions file location: .workflows -> .github/workflows (#27220)
Co-authored-by: Courtney Wilson <[email protected]>
1 parent 9dadb57 commit b4359c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/apps/creating-github-apps/registering-a-github-app/choosing-permissions-for-a-github-app.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ If your app makes a GraphQL API query or mutation with insufficient permissions,
6262

6363
## Choosing permissions for Git access
6464

65-
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.
65+
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.
6666

6767
You can then use the access token as the HTTP password. Replace `TOKEN` with the access token:
6868

0 commit comments

Comments
 (0)