Skip to content

Commit 634e27b

Browse files
Try to give github actions the right permissions
1 parent cc18315 commit 634e27b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
manage:
77
name: manage pull request
88
runs-on: ubuntu-latest
9+
permissions:
10+
security-events: write
911
steps:
1012
- name: checkout repository
1113
uses: actions/checkout@v2

.github/workflows/push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write
13+
security-events: write
1314
steps:
1415
- name: checkout repository
1516
uses: actions/checkout@v2

0 commit comments

Comments
 (0)