Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit1aaaf58

Browse files
authored
ci: add permission
1 parenteac238e commit1aaaf58

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
jobs:
99
release:
1010
runs-on:ubuntu-latest
11+
permissions:
12+
contents:write
1113
steps:
1214
-uses:actions/checkout@v2
1315
with:
1416
fetch-depth:0
1517
-uses:actions/setup-node@v2
1618
with:
17-
node-version:'18'
19+
node-version:lts/*
1820
registry-url:https://registry.npmjs.org/
1921
-run:npm i -g pnpm @antfu/ni
2022
-run:nci

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp