豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Commit 9f3f3e0

Browse files
authored
Merge pull request #13 from aabidsofi19/ci/release-workflow
bump checkout action
2 parents 2cd9810 + ae84d65 commit 9f3f3e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ jobs:
1515
build:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
19+
with:
20+
token: ${{secrets.GH_TOKEN}}
21+
1922
- uses: actions/setup-node@v3
2023
with:
2124
node-version: 16

0 commit comments

Comments
 (0)