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

Commit51924fa

Browse files
authored
ci: fix for github rate limit issue (#9399)
fix for github rate limit issue
1 parent5ebcb84 commit51924fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/release.yml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ jobs:
7676
uses:arduino/setup-protoc@v3
7777
with:
7878
version:"21.12"
79+
github-token:${{ secrets.GITHUB_TOKEN }}
7980

8081
-name:Install dependencies for linux-gnu
8182
if:contains(matrix.arch, 'linux-gnu')
@@ -197,13 +198,15 @@ jobs:
197198
-name:Publish release
198199
uses:softprops/action-gh-release@v2
199200
with:
201+
token:${{ secrets.GITHUB_TOKEN }}
200202
name:"Release ${{ github.ref_name }}"
201203
generate_release_notes:true
202204
body:${{ steps.generate-body.outputs.body }}
203205

204206
-name:Send release notification to Strapi
205207
uses:actions/github-script@v7
206208
with:
209+
github-token:${{ secrets.GITHUB_TOKEN }}
207210
script:|
208211
// Get release info from workflow dispatch inputs
209212
const tag = context.ref.replace("refs/tags/", "");

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp