Skip to content

Commit 914ed2c

Browse files
author
Mohammad Rezaei
committed
fix supurious CI failures: remove unnecessary auth token usage (install doesn't use it)
1 parent e128f30 commit 914ed2c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.circleci/config.yml

-5
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,10 @@ commands:
145145
command: |
146146
FOUNDRY_REPO="foundry-rs/foundry"
147147
FOUNDRY_VERSION="<< parameters.version >>"
148-
# Make authenticated requests when the Github token is available
149-
if [[ -n "$GITHUB_ACCESS_TOKEN" ]]; then
150-
EXTRA_HEADERS=(--header 'Authorization: Bearer '"${GITHUB_ACCESS_TOKEN}")
151-
fi
152148
FOUNDRY_RELEASE_SHA=$(curl \
153149
--silent \
154150
--fail \
155151
--show-error \
156-
"${EXTRA_HEADERS[@]}" \
157152
"https://api.github.com/repos/${FOUNDRY_REPO}/git/refs/tags/${FOUNDRY_VERSION}" \
158153
| jq --raw-output .object.sha \
159154
)

0 commit comments

Comments
 (0)