Skip to content

Commit 37d67b9

Browse files
committed
[semver:patch] use correct fingerprint
1 parent e36399f commit 37d67b9

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ workflows:
2424
context: mattermost
2525
message: >-
2626
Hello @all! A workflow on https://app.circleci.com/pipelines/github/psyplot/ci-release-test is awaiting your approval to test the release workflow.
27+
requires:
28+
- install
2729
- hold-for-deploy:
2830
type: approval
2931
requires:
@@ -34,12 +36,12 @@ workflows:
3436
branches:
3537
only: main
3638
requires:
37-
- notify-deploy
39+
- hold-for-deploy
3840
publish-release:
3941
when: << pipeline.parameters.deploy-release >>
4042
jobs:
4143
- psyplot/create-tag:
42-
ssh-fingerprints: "fc:e3:0f:d0:c6:5a:6a:a5:0e:7c:d6:47:37:48:dd:67"
44+
ssh-fingerprints: "ce:36:ab:f2:af:01:66:49:6e:16:39:ef:20:46:ba:ee"
4345
context: psyplot-admin
4446
user-name: psyplot-admin
4547
publish-release: true

0 commit comments

Comments
 (0)