Skip to content

Commit

Permalink
added repo key expiry info to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Feb 1, 2024
1 parent f1545e3 commit 40cffdb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,12 @@ involved.

- The result must be set as `GPG_PRIVATE_KEY` secret in github, and the passphrase as `GPG_PASSPHRASE`
- To upload the package to S3, an AWS role must be configured to allow the github action to upload
- To extend the validity of the keys:

```
gpg --edit-key 11162C1D8661F9148480CDD98EFF151A5DDAE8F1
gpg> expire
gpg> key 1
gpg> expire
gpg> save
```

0 comments on commit 40cffdb

Please sign in to comment.