Skip to content

Commit b35a362

Browse files
committed
add .circleci github key fingerprint
1 parent fc3f4e8 commit b35a362

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

.circleci/config.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
# Python CircleCI 2.0 configuration file
1+
# Python CircleCI 2.1 configuration file
22
#
3-
# Check https://circleci.com/docs/2.0/language-python/ for more details
3+
# Check https://circleci.com/docs/language-python/ for more details
44
#
5-
version: 2
5+
version: 2.1
66
jobs:
7+
# https://circleci.com/docs/github-integration/#create-additional-github-ssh-keys
8+
deploy-job:
9+
steps:
10+
- add_ssh_keys:
11+
fingerprints:
12+
- "SHA256:f54rX6EuLbjtby+J672u/YhJ4iyTgAqOejxdcvVQf64"
13+
714
build:
815
docker:
916
# specify the version you desire here

0 commit comments

Comments
 (0)