Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bifravst/ci
Sets up the permissions in our CI account for all repositories in this account to be able to use it for CI runs.
https://github.com/bifravst/ci
aws bifravst cdk cellular-iot nordicsemiconductor
Last synced: 9 days ago
JSON representation
Sets up the permissions in our CI account for all repositories in this account to be able to use it for CI runs.
- Host: GitHub
- URL: https://github.com/bifravst/ci
- Owner: bifravst
- License: bsd-3-clause
- Created: 2024-04-05T14:07:53.000Z (10 months ago)
- Default Branch: saga
- Last Pushed: 2024-04-27T01:02:58.000Z (9 months ago)
- Last Synced: 2024-04-29T10:17:52.623Z (9 months ago)
- Topics: aws, bifravst, cdk, cellular-iot, nordicsemiconductor
- Language: TypeScript
- Homepage: https://github.com/bifravst/ci#readme
- Size: 330 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Bifravst CI [![npm version](https://img.shields.io/npm/v/@bifravst/ci.svg)](https://www.npmjs.com/package/@bifravst/ci)
[![GitHub Actions](https://github.com/bifravst/ci/workflows/Test%20and%20Release/badge.svg)](https://github.com/bifravst/ci/actions/workflows/test-and-release.yaml)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com)
[![@commitlint/config-conventional](https://img.shields.io/badge/%40commitlint-config--conventional-brightgreen)](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier/)
[![ESLint: TypeScript](https://img.shields.io/badge/ESLint-TypeScript-blue.svg)](https://github.com/typescript-eslint/typescript-eslint)Sets up the permissions in our AWS CI account for the repositories in this
GitHub organization that are supposed to have access so they are be able to use
it for CI runs.The allowed list of repositories is managed via the [`repos.txt`](./repos.txt)
file.> [!CAUTION]
> Do not run this against the production account, but against the CI account.```bash
npx cdk deploy
```