https://github.com/simenandre/secrets
Distributes my GitHub, NPM, etc. secrets with Pulumi
https://github.com/simenandre/secrets
pulumi
Last synced: about 1 year ago
JSON representation
Distributes my GitHub, NPM, etc. secrets with Pulumi
- Host: GitHub
- URL: https://github.com/simenandre/secrets
- Owner: simenandre
- License: apache-2.0
- Created: 2021-04-11T10:29:39.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-05-06T20:44:29.000Z (about 1 year ago)
- Last Synced: 2025-05-07T09:09:39.391Z (about 1 year ago)
- Topics: pulumi
- Language: TypeScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Secrets
This repository controls the Pulumi code related to distributing @simenandre
personal access tokens. As a security measure, we should mainly use fine-grained
tokens.
## The classic token
The classic token is used by a [few repositories][classic-repos] that still
require a personal GitHub token.
[classic-repos]: ./Pulumi.prod.yaml
The classic token expires every 90 days. To renew the token, run this command:
```bash
yarn update-classic-token
```
## The _tap_ token
The _tap_ token is only used to push Homebrew formulae to the _tap_ repository.
It is not used for any other purpose. To restrict the token, a fine-grained
token is used.
Setting the _tap_ token expires every 90 days. To renew the token, run this
command:
```bash
yarn update-tap-token
```