Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simenandre/secrets
Distributes my GitHub, NPM, etc. secrets with Pulumi
https://github.com/simenandre/secrets
pulumi
Last synced: 10 days 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T22:42:01.000Z (about 1 month ago)
- Last Synced: 2024-12-05T08:44:47.889Z (18 days ago)
- Topics: pulumi
- Language: TypeScript
- Homepage:
- Size: 168 KB
- Stars: 0
- Watchers: 2
- 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
```