From 76bf74256d1f64b6bfb0c73e61e83471c724171f Mon Sep 17 00:00:00 2001 From: Ryan Slade Date: Fri, 18 Oct 2024 12:42:56 +0200 Subject: [PATCH] Casing tweak --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b24d90ac..5f722ba8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -200,7 +200,7 @@ jobs: version: latest args: release --clean env: - # We use two github tokens here: + # We use two GitHub tokens here: # * The actions-bound `GITHUB_TOKEN` with permissions to write packages. # * The org level `GIT_TOKEN` to be able to publish the brew tap file. # See: https://goreleaser.com/errors/resource-not-accessible-by-integration/