We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8557d5f commit feb59e2Copy full SHA for feb59e2
.github/workflows/ci.yml
@@ -1,5 +1,9 @@
1
name: CI
2
3
+permissions:
4
+ contents: read
5
+ actions: write
6
+
7
on:
8
push:
9
branches:
.github/workflows/notification.yml
@@ -2,13 +2,17 @@ name: GitHub Issue notifications
on: [issue_comment,issues]
+ issues: read
10
env:
11
ACTION_NAME: ${{ github.event.action }}
12
EVENT_NAME: ${{ github.event_name }}
13
ISSUE_NUMBER: ${{ github.event.issue.number }}
14
ISSUE_TITLE: ${{ github.event.issue.title }}
15
-
16
jobs:
17
issue-notification:
18
runs-on: ubuntu-latest
0 commit comments