Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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
<dependency>
<groupId>com.neverpile</groupId>
<artifactId>url-crypto-kit</artifactId>
<version>2.1.2</version>
</dependency>
```
### Example configuration
application.properties:
```properties
Expand Down