Skip to content

Commit b261530

Browse files
authored
Merge pull request #340 from NLeSC/action-permissions-332
add read/write permissions to allow issue creation
2 parents 38c16d9 + 015de21 commit b261530

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: write
4+
issues: write
25
name: Create issues for next steps
36
jobs:
47
next_steps:

0 commit comments

Comments
 (0)