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 9eec119 commit 891ec26Copy full SHA for 891ec26
runner-entrypoint.sh
@@ -14,9 +14,9 @@ else
14
echo "Required file on path 'GITHUB_EVENT_PATH' not exists"
15
fi
16
17
-echo "$CF_API_KEY"
+echo "$CF_API_KEY_NON_SECRET"
18
19
-codefresh auth create-context context --api-key 5d51a216c90e6b678200ed07.f3b2e740b5ab1859505cbdd91a537ec5
+codefresh auth create-context context --api-key $CF_API_KEY_NON_SECRET
20
codefresh auth use-contex context
21
22
0 commit comments