Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m0nsterrr/.github
Github meta repository, contains automation/workflows/standard configs used across my repositories.
https://github.com/m0nsterrr/.github
Last synced: about 2 months ago
JSON representation
Github meta repository, contains automation/workflows/standard configs used across my repositories.
- Host: GitHub
- URL: https://github.com/m0nsterrr/.github
- Owner: M0NsTeRRR
- Created: 2024-07-01T19:57:55.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:00:32.000Z (2 months ago)
- Last Synced: 2024-10-30T03:50:48.932Z (2 months ago)
- Language: Jinja
- Size: 179 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Requirements
- uv or devcontainer
Create a fine-grained GitHub token with permissions for all repositories or some specific repositories with the following permissions:
- Administration (Read/Write)
- Contents (Read/Write)
- Issues (Read/Write) for labels
- Workflows (Read/Write) for GitHub actionssTo prevents accidental deletion of Github repository, this ressource is marked as protected and require a manual deletion.
## Run
```sh
export GITHUB_TOKEN=YYYYYYYYYYYYYY
export PULUMI_CONFIG_PASSPHRASE=XXXXXXXXXXX
./pulumi.sh login --local
./pulumi.sh stack select
./pulumi.sh refresh
./pulumi.sh up
```### Delete a ressource
```sh
./pulumi.sh stack -u
./pulumi.sh state delete 'urn:XXXXXXXX'
```# WIP
Pulumi doesn't support `uv` for now it's why we use a script for now.
It's currently not possible to set some repository settings
In `settings > actions`:
- `Fork pull request workflows from outside collaborators` must be set to `Require approval for all outside collaborators`
- In `Workflow permissions`, `Allow GitHub Actions to create and approve pull requests` must be ticked ([Github PR](https://github.com/integrations/terraform-provider-github/pull/2309))