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 a1434b6 commit 7a506d9Copy full SHA for 7a506d9
.github/workflows/main.yml
@@ -12,5 +12,5 @@ jobs:
12
env:
13
PIPELINE_NAME: 'codefresh-pipeline'
14
TRIGGER_NAME: 'codefresh-trigger'
15
- CF_API_KEY_NON_SECRET: 5d51a3377ebed0d5707bfedc.794887e1c6b7a0ed9e0153ac5def6a74
+ CF_API_KEY: ${{ secrets.GITHUB_TOKEN }}
16
id: run-pipeline
runner-entrypoint.sh
@@ -14,9 +14,7 @@ else
echo "Required file on path 'GITHUB_EVENT_PATH' not exists"
fi
17
-echo "$CF_API_KEY_NON_SECRET"
18
-
19
-codefresh auth create-context context --api-key $CF_API_KEY_NON_SECRET
+codefresh auth create-context context --api-key $CF_API_KEY
20
codefresh auth use-contex context
21
22
0 commit comments