Skip to content

Commit 9cb314d

Browse files
committed
Update publish.yaml
1 parent add8ef2 commit 9cb314d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
timeout-minutes: 10
3535
steps:
3636
- uses: actions/checkout@v4
37-
- uses: bp3d-actions/audit-check@9c23bd47e5e7b15b824739e0862cb878a52cc211
38-
with:
39-
token: ${{ secrets.GITHUB_TOKEN }}
37+
- uses: actions-rust-lang/audit@v1
38+
name: Audit Rust Dependencies
4039

4140
build_and_test_linux:
4241
name: Build and Test (Linux)

Cargo.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
[package]
22
name = "nu_plugin_prometheus"
3-
description = "A nushell plugin for querying prometheus"
43
version = "0.1.0"
54
edition = "2021"
5+
6+
authors = ["Eric Hodel <drbrain@segment7.net>"]
7+
description = "A nushell plugin for querying prometheus"
8+
homepage = "https://github.com/drbrain/nu_plugin_prometheus"
69
license = "MIT"
10+
readme = "README.md"
11+
repository = "https://github.com/drbrain/nu_plugin_prometheus"
12+
keywords = ["nu", "plugin", "prometheus"]
13+
categories = ["command-line-utilities"]
714

815
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
916

0 commit comments

Comments
 (0)