From 94587a694dc97389720a15df757da5e316e61281 Mon Sep 17 00:00:00 2001 From: lakkeger Date: Tue, 9 Apr 2024 17:55:33 +0200 Subject: [PATCH] Add GH PAT to codebuild --- buildspec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/buildspec.yml b/buildspec.yml index 0b6e6ef..0350813 100644 --- a/buildspec.yml +++ b/buildspec.yml @@ -8,6 +8,7 @@ env: AWS_SECRET_ACCESS_KEY: test parameter-store: LOCALSTACK_AUTH_TOKEN: /CodeBuild/LOCALSTACK_AUTH_TOKEN + GITHUB_PAT: /CodeBuild/GH_TOKEN phases: install: