diff --git a/.github/workflows/continuous-delivery.yml b/.github/workflows/continuous-delivery.yml index fd8866b..cadb6d9 100644 --- a/.github/workflows/continuous-delivery.yml +++ b/.github/workflows/continuous-delivery.yml @@ -107,10 +107,3 @@ jobs: env: SLACK_WEBHOOK_URL: ${{ secrets.MATTERMOST_WEBHOOK_URL }} if: always() - - updateReadme: - needs: build - uses: levigo/reusable-workflows-pub/.github/workflows/update-readme-md.yml@v1 - secrets: inherit - with: - releaseVersion: ${{ needs.build.outputs.releaseVersion }} diff --git a/README.md b/README.md index c4193db..63c816f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ [![Actions Status](https://github.com/levigo/url-crypto-kit/workflows/Continuous%20Delivery/badge.svg)](https://github.com/levigo/url-crypto-kit/actions) -[![Generic badge](https://img.shields.io/badge/current%20version-2.1.2-1abc9c.svg)](https://github.com/levigo/url-crypto-kit/tree/v2.1.2) # URL cryptography functionality to be used in conjunction with the Spring™ Framework @@ -22,15 +21,6 @@ The Access rights of a PSU are equivalent to the user who have created it. PSU are always time limited and will expire after a defined time. If the link is expired it will not provide any authentication. -## Usage -### Maven dependency -```xml - - com.neverpile - url-crypto-kit - 2.1.2 - -``` ### Example configuration application.properties: ```properties