Add Github authorization token to foundry installation

This commit is contained in:
r0qs 2023-05-17 14:52:47 +02:00
parent 33e7fc1cba
commit ff2e4736fa
No known key found for this signature in database
GPG Key ID: 61503DBA6667276C

View File

@ -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 \
)