We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3666a69 commit dd9b04aCopy full SHA for dd9b04a
.github/scripts/dispatch_internal_repo_workflow.sh
@@ -87,12 +87,12 @@ while [[ $# -gt 0 ]]; do
87
esac
88
done
89
# Validate required parameters
90
-if [[ -z "$PEM_FILE" ]]; then
+if [[ -z "$GITHUB_APP_PEM_FILE" ]]; then
91
echo "[ERROR] PEM_FILE environment variable is not set or is empty."
92
exit 1
93
fi
94
95
-if [[ -z "$CLIENT_ID" ]]; then
+if [[ -z "$GIT_HUB_APP_CLIENT_ID" ]]; then
96
echo "[ERROR] CLIENT_ID environment variable is not set or is empty."
97
98
0 commit comments