https://github.com/gopad/.github
Gopad: GitHub
https://github.com/gopad/.github
etherpad github gopad profile scripting
Last synced: about 1 year ago
JSON representation
Gopad: GitHub
- Host: GitHub
- URL: https://github.com/gopad/.github
- Owner: gopad
- License: apache-2.0
- Created: 2022-04-25T14:08:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T05:39:26.000Z (over 1 year ago)
- Last Synced: 2024-10-30T08:38:12.196Z (over 1 year ago)
- Topics: etherpad, github, gopad, profile, scripting
- Language: HCL
- Homepage: https://gopad.eu
- Size: 334 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Gopad: GitHub
[](https://github.com/gopad/.github/actions/workflows/general.yml) [](https://matrix.to/#/#gopad:matrix.org)
This repository contains some scripts to configure the Github organization like
adding teams and members besides the profile displayed on the organization page.
## Usage
We are using [Terraform][terraform] to provision all related parts. Every change
have to be submitted via pull requests, after merging the pull request the
changes are getting applied automatically by our CI system. It is possible to
execute everything from a workstation, but it's encouraged to keep it in the
hands of our CI system.
### Variables
To get access to the secrets you got to install the 1Password CLI and export the
environment variable `OP_SERVICE_ACCOUNT_TOKEN` which you can find in our shared
store, after that you can simply execute the commands below.
```console
cat << EOF >| .envrc
use flake . --impure
export GITHUB_TOKEN=$(op read op://Gopad/Github/token)
export AWS_ACCESS_KEY_ID=$(op read op://Gopad/Terraform/username)
export AWS_SECRET_ACCESS_KEY=$(op read op://Gopad/Terraform/password)
EOF
direnv allow
```
### Deployment
```console
bin/terraform init
bin/terraform plan
bin/terraform apply
```
## Security
If you find a security issue please contact
[gopad@webhippie.de](mailto:gopad@webhippie.de) first.
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
* [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```console
Copyright (c) 2018 Thomas Boerger
```
[terraform]: https://www.terraform.io/