From 91d3393e789b77e6daeada4ea685df89f0f1e515 Mon Sep 17 00:00:00 2001
From: "hoverkraft-bot[bot]"
<128996893+hoverkraft-bot[bot]@users.noreply.github.com>
Date: Thu, 14 May 2026 15:24:34 +0000
Subject: [PATCH] docs: update actions and workflows documentation
[skip ci]
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.github/workflows/release.md | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/release.md b/.github/workflows/release.md
index 131bb47..2791e14 100644
--- a/.github/workflows/release.md
+++ b/.github/workflows/release.md
@@ -3,7 +3,7 @@
# GitHub Reusable Workflow: Node.js Release
-

+
---
@@ -47,7 +47,10 @@ permissions: {}
jobs:
release:
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
- permissions: {}
+ permissions:
+ contents: read
+ id-token: write
+ packages: write
secrets:
# GitHub token to use for authentication.
# Defaults to `GITHUB_TOKEN` if not provided.
@@ -76,9 +79,9 @@ jobs:
# npm distribution tag for the published package.
# Common values:
- # - `latest` — Default tag for stable releases
- # - `next` — prerelease or beta versions
- # - `canary` — Canary/nightly builds
+ # - `latest` - Default tag for stable releases
+ # - `next` - Prerelease or beta versions
+ # - `canary` - Canary/nightly builds
#
# See https://docs.npmjs.com/adding-dist-tags-to-packages.
#