Skip to content

Commit 91d3393

Browse files
docs: update actions and workflows documentation
[skip ci] Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2b403f2 commit 91d3393

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/release.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# GitHub Reusable Workflow: Node.js Release
44

55
<div align="center">
6-
<img src="https://opengraph.githubassets.com/64be3a16895705ee5048b06c8850eeece9322d7a637127269eb768810b96a0ac/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" />
6+
<img src="https://opengraph.githubassets.com/9c8929c94966c12376f44be8244f2644ab06a7edbd6c23fef13493d4565c4c61/hoverkraft-tech/ci-github-nodejs" width="60px" align="center" alt="Node.js Release" />
77
</div>
88

99
---
@@ -47,7 +47,10 @@ permissions: {}
4747
jobs:
4848
release:
4949
uses: hoverkraft-tech/ci-github-nodejs/.github/workflows/release.yml@47891dc49a31209a88949e081d97a010f8cd20c4 # 0.23.2
50-
permissions: {}
50+
permissions:
51+
contents: read
52+
id-token: write
53+
packages: write
5154
secrets:
5255
# GitHub token to use for authentication.
5356
# Defaults to `GITHUB_TOKEN` if not provided.
@@ -76,9 +79,9 @@ jobs:
7679

7780
# npm distribution tag for the published package.
7881
# Common values:
79-
# - `latest` Default tag for stable releases
80-
# - `next` — prerelease or beta versions
81-
# - `canary` Canary/nightly builds
82+
# - `latest` - Default tag for stable releases
83+
# - `next` - Prerelease or beta versions
84+
# - `canary` - Canary/nightly builds
8285
#
8386
# See https://docs.npmjs.com/adding-dist-tags-to-packages.
8487
#

0 commit comments

Comments
 (0)