mirror of
https://github.com/VSCodium/vscodium
synced 2024-11-05 04:36:19 +00:00
Recorrect GH token logic
This commit is contained in:
parent
2564115929
commit
1633faf377
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ $VSCODIUM_ASSETS= $GITHUB_RESPONSE | jq '.assets'
|
|||
echo "VSCodium assets: ${VSCODIUM_ASSETS}"
|
||||
|
||||
# if we just don't have the github token, get out fast
|
||||
if (!$env:MAPPED_GITHUB_TOKEN -like "GITHUB_TOKEN") {
|
||||
if (!$env:MAPPED_GITHUB_TOKEN -like "*GITHUB_TOKEN*") {
|
||||
echo "This build does not have the GH token"
|
||||
echo $env:MAPPED_GITHUB_TOKEN
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue