We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8bcbf7 commit 6ae3b67Copy full SHA for 6ae3b67
1 file changed
.github/workflows/tests.yml
@@ -11,6 +11,9 @@ on:
11
jobs:
12
create-comment:
13
runs-on: ubuntu-22.04
14
+ permissions:
15
+ contents: write
16
+ pull-requests: write
17
steps:
18
- if: github.event_name == 'pull_request'
19
name: Create a comment
0 commit comments