Skip to content

Commit 48bd42b

Browse files
committed
mod: update dependencies, doc-rs and workflow
- chrono to 0.4.42 - clap to 4.5.48 - mdbook to 0.4.42 - serde to 1.0.228 - serde_json to 1.0.145 - enable doc-rs - workflow with write permission1 - bump to version 0.1.3
1 parent 428af07 commit 48bd42b

4 files changed

Lines changed: 267 additions & 271 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
tags:
66
- "v*"
7+
permissions:
8+
contents: write # <-- REQUIRED for releases
79

810
jobs:
911
build:
@@ -40,4 +42,4 @@ jobs:
4042
dist/mdbook-gitinfo-linux_sha256sum.txt
4143
dist/mdbook-gitinfo-linux.tar.gz_sha256sum.txt
4244
env:
43-
GITHUB_TOKEN: ${{ secrets.MDBOOK_GITINFO_TOKEN }}
45+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)