We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e128f30 commit 914ed2cCopy full SHA for 914ed2c
.circleci/config.yml
@@ -145,15 +145,10 @@ commands:
145
command: |
146
FOUNDRY_REPO="foundry-rs/foundry"
147
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
152
FOUNDRY_RELEASE_SHA=$(curl \
153
--silent \
154
--fail \
155
--show-error \
156
- "${EXTRA_HEADERS[@]}" \
157
"https://api.github.com/repos/${FOUNDRY_REPO}/git/refs/tags/${FOUNDRY_VERSION}" \
158
| jq --raw-output .object.sha \
159
)
0 commit comments