Skip to content

Commit

Permalink
Update README to include signing key config
Browse files Browse the repository at this point in the history
  • Loading branch information
Griffin-Sullivan committed Feb 21, 2024
1 parent c3b2de8 commit 447caf8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,12 @@ For running jobs in Jenkins, make sure you have [access](https://theforeman.gith
gopass edit theforeman/jenkins-token --create
```

For pushing tags in theforeman repositories, you will need to sign your commits. To do so, add your gpg key id as your signing key for git by running:

```
git config --global user.signingKey <your-key-id>
```

### Copr

Copr is where all packages are built and the stage repositories are generated from for releases. API access is needed in order to perform release activities. To ensure you have Copr access setup:
Expand Down

0 comments on commit 447caf8

Please sign in to comment.