Skip to content

Commit dd9b04a

Browse files
committed
CCM-10193 change to use GitHub app token
Signed-off-by: Tim Ireland <[email protected]>
1 parent 3666a69 commit dd9b04a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/dispatch_internal_repo_workflow.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,12 @@ while [[ $# -gt 0 ]]; do
8787
esac
8888
done
8989
# Validate required parameters
90-
if [[ -z "$PEM_FILE" ]]; then
90+
if [[ -z "$GITHUB_APP_PEM_FILE" ]]; then
9191
echo "[ERROR] PEM_FILE environment variable is not set or is empty."
9292
exit 1
9393
fi
9494

95-
if [[ -z "$CLIENT_ID" ]]; then
95+
if [[ -z "$GIT_HUB_APP_CLIENT_ID" ]]; then
9696
echo "[ERROR] CLIENT_ID environment variable is not set or is empty."
9797
exit 1
9898
fi

0 commit comments

Comments
 (0)