Skip to content

Commit b727c0b

Browse files
committed
build: Added environment varible for credentials file path
1 parent 08ec783 commit b727c0b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.secrets.baseline

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"exclude_regex": null,
3-
"generated_at": "2019-01-16T21:58:27Z",
3+
"generated_at": "2019-01-31T23:42:02Z",
44
"plugins_used": [
55
{
66
"base64_limit": 4.5,
@@ -55,13 +55,13 @@
5555
{
5656
"hashed_secret": "c51238bc51c3b0abee7f61d90c414aec89009734",
5757
"is_secret": false,
58-
"line_number": 48,
58+
"line_number": 49,
5959
"type": "Basic Auth Credentials"
6060
},
6161
{
6262
"hashed_secret": "3f820839b94508b2a9dc3b3e6e1149080af8780c",
6363
"is_secret": false,
64-
"line_number": 83,
64+
"line_number": 84,
6565
"type": "Basic Auth Credentials"
6666
}
6767
]

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ environment:
1717
secure: gevsMhy8RTWMdf7MjOnIo5QaN6JpL9DPK6I+Go5ByZir5LDwyFsv9hO6nBjGTg8n
1818
GITHUB_TOKEN:
1919
secure: +B2bs86RVtJtlbkB+cTf9bkqnNlFJi/PbBBPzR5jlUlLLZoOc+ZgqgQLwee4tCT+
20+
IBM_CREDENTIALS_FILE: C:\projects\sdk-credentials\ibm-credentials.env
2021
install:
2122
# Get the latest stable version of Node.js or io.js
2223
- ps: Install-Product node $env:nodejs_version

0 commit comments

Comments
 (0)