Skip to content

Commit 18e177a

Browse files
committed
Configuring encrypted env variable
1 parent c88fb8e commit 18e177a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
environment:
4-
my_variable:
4+
passphrase:
55
secure: En1qcj1/l2B3Nov+vOHlfRrFZk00bg1HPRouD64Gzfw=
66
matrix:
77
- PYTHON: "C:\\Python36-x64"
@@ -10,7 +10,7 @@ environment:
1010
install:
1111
- choco install swig
1212
- ps: iex ((New-Object Net.WebClient).DownloadString('https://raw.githubusercontent.com/appveyor/secure-file/master/install.ps1'))
13-
- appveyor-tools\secure-file -decrypt .coveralls.yml.enc -secret %my_secret%
13+
- appveyor-tools\secure-file -decrypt .coveralls.yml.enc -secret %passphrase%
1414
- "%PYTHON%\\python.exe -m pip install wheel tox"
1515

1616

0 commit comments

Comments
 (0)