If `iat` is in the future from the server clock perspective GitHub will report an error.
This can happen if the clock on the client system is significant out of sync with UTC and/or server time.
Adjusting `iat` to an arbitrary 60 seconds in the past means the error will not occur in cases where the client system clock is only off by a few seconds, which is not uncommon.
This fixes naming for a couple of variables in the `.env` examples in this document. Currently there are examples which suggest naming the private key variable `PRIVATE_KEY`, when really it should be `GITHUB_PRIVATE_KEY`. When following along in the example and attempting to run the server, using the incorrect name in the `.env` file leads to an error.
Co-authored-by: hubwriter <hubwriter@github.com>
* Add issue template for partner-owned documentation
* Add partner name and URL requirement
* Fix typo
* Place emphasis on automation not possession
* Soften compliance requirement
* Clarify that applications must be accepted
* Fix typo
* Clarify that the tasks are the partner's responsibility to complete
* Use lower case representation of Pull Request
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
* Tweak intent of issue template
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
* Merge supporting material under PR section
* Add bandwidth expectations
* Add templates for partner guides
* Fix typo: s/production/product
* Add link to general contributing guidelines
* Include teams to be mentioned for awareness
* Add further documentation requirements
* Update contributing/github-partners/README.md
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
* Add tutorial template for partners
* Provide only one template -- the Tutorial template
* Document use of contributor YAML frontmatter
* Remove internal repo references
* Resolve tests/meta failures
Co-authored-by: Emily Gould <4822039+emilyistoofunky@users.noreply.github.com>
Co-authored-by: Leona B. Campbell <3880403+runleonarun@users.noreply.github.com>