From ff2e4736fa5dc5f6618a89ebc5857c28525031db Mon Sep 17 00:00:00 2001 From: r0qs Date: Wed, 17 May 2023 14:52:47 +0200 Subject: [PATCH] Add Github authorization token to foundry installation --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c6592c7ba..eaabc230a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -131,6 +131,7 @@ commands: --silent \ --fail \ --show-error \ + --header "Authorization: Bearer ${GITHUB_ACCESS_TOKEN}" \ "https://api.github.com/repos/${FOUNDRY_REPO}/git/refs/tags/${FOUNDRY_VERSION}" \ | jq --raw-output .object.sha \ )