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

Commitea9e39d

Browse files
fix: give cla workflow pull request write permissions (#15820)
When#15349 was added, it implicitlyset all the other permissions to none.Fromhttps://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/controlling-permissions-for-github_token> If you specify the access for any of these permissions, all of thosethat are not specified are set to none.
1 parent426b348 commitea9e39d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎.github/workflows/contrib.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ jobs:
4141

4242
cla:
4343
runs-on:ubuntu-latest
44+
permissions:
45+
pull-requests:write
4446
steps:
4547
-name:Harden Runner
4648
uses:step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f# v2.10.2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp