Grant the job push access to the repository with a GitHub deploy key.

This commit is contained in:
Jean-Paul Calderone 2019-09-13 11:21:20 -04:00
parent 42a01f0046
commit 47e28d2e5d
1 changed files with 6 additions and 0 deletions

View File

@ -303,6 +303,12 @@ jobs:
steps:
- "checkout"
- add_ssh_keys:
fingerprints:
# Jean-Paul Calderone <exarkun@twistedmatrix.com> (CircleCI depgraph key)
# This lets us push to tahoe-lafs/tahoe-depgraph in the next step.
- "86:38:18:a7:c0:97:42:43:18:46:55:d6:21:b0:5f:d4"
- run:
name: "Generate dependency graph data"
command: |