From b4359c33e25e3b46c5872c78a0cfae8bfffdf827 Mon Sep 17 00:00:00 2001 From: Yoshiya Hinosawa Date: Wed, 9 Aug 2023 22:43:01 +0900 Subject: [PATCH] fix github actions file location: `.workflows` -> `.github/workflows` (#27220) Co-authored-by: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com> --- .../choosing-permissions-for-a-github-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/creating-github-apps/registering-a-github-app/choosing-permissions-for-a-github-app.md b/content/apps/creating-github-apps/registering-a-github-app/choosing-permissions-for-a-github-app.md index 32b72cfe83..6f9a12cd1d 100644 --- a/content/apps/creating-github-apps/registering-a-github-app/choosing-permissions-for-a-github-app.md +++ b/content/apps/creating-github-apps/registering-a-github-app/choosing-permissions-for-a-github-app.md @@ -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: