Update main.js

This commit is contained in:
Balaga Gayatri
2022-06-15 15:41:53 +05:30
committed by GitHub
parent 76d712f450
commit 4e74765911

View File

@@ -145,7 +145,7 @@ function main() {
}
}
catch (error) {
throw new Error(`Could not get ID token for authentication. ${error}`);
core.setFailed(`${error} Could not get ID token for authentication. Please make sure to give permissions to id-token in the workflow.`);
}
}
// Attempting Az cli login