diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f51f117..a571e3a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ # These owners will be the default owners for everything in this repository. -* @drakos74 @thzois @crescentrose +* @ingka-group/fcp diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd55e6f..5b32c8b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,9 +2,6 @@ name: 🔖 Release on: workflow_dispatch: - push: - branches: - - main permissions: pull-requests: read diff --git a/README.md b/README.md index 5587687..0a87d2e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # IAM Proxy service +🔖 To **release** a new version of the codebase, trigger the `🔖 Release` workflow from GitHub actions. + +___ + + ## Description This service defines a simple IAM verification procedure for OAuth2 authentication cycles. It will generate a token for @@ -76,7 +81,6 @@ or, equivalently, $ make ``` - ## Contributing Please read [CONTRIBUTING](./CONTRIBUTING.md) for more details about making a contribution to this open source project and ensure that you follow our [CODE_OF_CONDUCT](./CODE_OF_CONDUCT.md).