Skip to content

Commit

Permalink
Update secrets for cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Jun 23, 2018
1 parent 9ef2b23 commit f4a98a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified secrets.tar.enc
Binary file not shown.
3 changes: 2 additions & 1 deletion tooling/src/hypothesistooling/__init__.py
Expand Up @@ -196,10 +196,11 @@ def changed_files_from_master():
PYPIRC = os.path.join(SECRETS, '.pypirc')

RUBYGEMS_API_KEY = os.path.join(SECRETS, 'api_key.yaml')
CARGO_API_KEY = os.path.join(SECRETS, 'cargo-credentials')


SECRET_FILES = [
DEPLOY_KEY, PYPIRC, RUBYGEMS_API_KEY
DEPLOY_KEY, PYPIRC, RUBYGEMS_API_KEY, CARGO_API_KEY
]


Expand Down

0 comments on commit f4a98a8

Please sign in to comment.