From c4fe7f9158abf65b7a65fbd4f940e1f37179d6f5 Mon Sep 17 00:00:00 2001 From: Laurence Tan Date: Mon, 14 Aug 2023 12:46:46 +1000 Subject: [PATCH] Update github.md --- docs/deep-dives/github.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/deep-dives/github.md b/docs/deep-dives/github.md index 01fef4d44..afbe3a5de 100644 --- a/docs/deep-dives/github.md +++ b/docs/deep-dives/github.md @@ -87,6 +87,9 @@ CI autofixes can be enabled by: 1. Propagating the environment variables documented above for [GitHub annotations](#github-annotations) 2. Granting repository write access to your CI environment +In Buildkite, your pipeline needs to be configured with write access. +SEEKers should review our internal "Builds at SEEK" documentation relating to the environment variables documented above for [GitHub annotations](#github-annotations). + If you're running in GitHub Actions, you need to supply a personal access token to [actions/checkout]. Your repository's default `GITHUB_TOKEN` will not suffice as its commits [will not trigger workflows] and will lack (required) status checks.