File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,15 +40,15 @@ jobs:
40
40
# CF_PLATFORM_URL: https://app-staging.codefresh.io
41
41
# CF_API_KEY: ${{secrets.CF_API_KEY_STAGING}}
42
42
43
- CF_PLATFORM_URL : ' https://pre-prod.codefresh.io'
43
+ # CF_PLATFORM_URL: 'https://pre-prod.codefresh.io'
44
44
# CF_API_KEY: ${{secrets.CF_API_KEY}}
45
45
# CF_API_KEY: ${{secrets.CF_API_KEY_TEST}}
46
46
# CF_API_KEY: ${{secrets.CF_API_KEY_FREE}}
47
- CF_API_KEY : ${{secrets.CF_API_KEY_PRE_PROD}}
47
+ # CF_API_KEY: ${{secrets.CF_API_KEY_PRE_PROD}}
48
48
49
49
# CF_RUNTIME_NAME: 'codefresh-onprem'
50
- # CF_PLATFORM_URL: 'https://hermes-onprem-test.cf-op.com'
51
- # CF_API_KEY: ${{secrets.CF_API_KEY_ONPREM}}
50
+ CF_PLATFORM_URL : ' https://hermes-onprem-test.cf-op.com'
51
+ CF_API_KEY : ${{secrets.CF_API_KEY_ONPREM}}
52
52
53
53
# API key for authentication to Codefresh. !! Committing a plain text token is a security risk. We highly recommend using encrypted secrets. !!
54
54
# Documentation - https://docs.github.com/en/actions/security-guides/encrypted-secrets
You can’t perform that action at this time.
0 commit comments