Skip to content

Commit

Permalink
feat: Update workflow name, bump version to 1.0.0-alpha.35, update RE…
Browse files Browse the repository at this point in the history
…ADME with new badge and installation instructions
  • Loading branch information
rrrodzilla committed Jul 25, 2024
1 parent 3343e17 commit ebc265f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release and Publish
name: Release

on:
workflow_dispatch
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "paseto_cli"
version = "1.0.0-alpha.34"
version = "1.0.0-alpha.35"
edition = "2021"
description = "A command-line tool for generating and validating PASETO v4.local tokens"
authors = ["Roland Rodriguez <roland@govcraft.ai>"]
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

PASETO CLI generates and validates PASETO v4.local tokens.

[![Build Status](https://img.shields.io/travis/Govcraft/paseto-cli/master.svg?style=flat-square)](https://travis-ci.org/Govcraft/paseto-cli)
[![Build](https://github.com/GovCraft/paseto_cli/actions/workflows/release_and_publish.yml/badge.svg)](https://github.com/GovCraft/paseto_cli/actions/workflows/release_and_publish.yml)
[![License](https://img.shields.io/badge/license-GPL--3.0-blue.svg?style=flat-square)](https://github.com/GovCraft/paseto_cli/blob/main/LICENSE)
[![Crates.io](https://img.shields.io/crates/v/paseto_cli.svg?style=flat-square)](https://crates.io/crates/paseto_cli)

Expand All @@ -11,7 +11,8 @@ PASETO CLI generates and validates PASETO v4.local tokens.
### Installation

```bash
cargo install paseto_cli
// Available on NPM
npm i -g @govcraft/paseto_cli@latest
```

### Generate a Token
Expand Down Expand Up @@ -52,7 +53,7 @@ echo "your-32-byte-key-in-base64" | paseto_cli validate --token "v4.local.your-t
To install PASETO CLI using npm, run the following command:

```bash
npm i @govcraft/paseto_cli
npm i -g @govcraft/paseto_cli@latest
```

This will install the PASETO CLI tool globally on your system.
Expand Down

0 comments on commit ebc265f

Please sign in to comment.