Skip to content

Commit f7e8aa0

Browse files
Update issue-branch.yml
1 parent 1f1ae4c commit f7e8aa0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/issue-branch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
types: [ opened, closed ]
1414

1515
permissions:
16+
contents: write
1617
issues: write
1718
pull-requests: write
1819

@@ -24,4 +25,4 @@ jobs:
2425
id: Create_Issue_Branch
2526
uses: robvanderleek/create-issue-branch@main
2627
env:
27-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)