Skip to content

Commit 622bca5

Browse files
authored
add read/write permissions to allow issue creation
1 parent a385157 commit 622bca5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

{{cookiecutter.directory_name}}/.github/workflows/next_steps.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
on: [push]
2+
permissions:
3+
contents: read
4+
issues: write
25
name: Create issues for next steps
36
jobs:
47
next_steps:

0 commit comments

Comments
 (0)