Each message sent to the web-hook are signed via hmac and SHA1 using this private key.
This key is private to your project, make sure to store in a safe place and do not share it.
{{ repo.hook_token }}
API keys are tokens used to authenticate you on pagure. They can also be used to grant access to 3rd party application to behave on this project on your name.
These keys are valid for 60 days.
These keys are private to your project, make sure to store in a safe place and do not share it.
{% if repo.tokens %}{{ token.id }} | {% if token.expired %} Expired since {{ token.expiration.date() }} {% else %} until: {{ token.expiration.date() }} {% endif %} | ACLs |
Here below is the list of user having commit rights to this repo.