Skip to content

Commit

Permalink
add .circleci github key fingerprint
Browse files Browse the repository at this point in the history
  • Loading branch information
astanin committed Sep 26, 2024
1 parent fc3f4e8 commit b35a362
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Python CircleCI 2.0 configuration file
# Python CircleCI 2.1 configuration file
#
# Check https://circleci.com/docs/2.0/language-python/ for more details
# Check https://circleci.com/docs/language-python/ for more details
#
version: 2
version: 2.1
jobs:
# https://circleci.com/docs/github-integration/#create-additional-github-ssh-keys
deploy-job:
steps:
- add_ssh_keys:
fingerprints:
- "SHA256:f54rX6EuLbjtby+J672u/YhJ4iyTgAqOejxdcvVQf64"

build:
docker:
# specify the version you desire here
Expand Down

0 comments on commit b35a362

Please sign in to comment.