Skip to content

Commit f25afb5

Browse files
permissions
1 parent 117dce7 commit f25afb5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/create-article-from-issue.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
issues:
55
types: [opened, edited]
66

7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
711
jobs:
812
create-article:
913
runs-on: ubuntu-latest
@@ -75,6 +79,8 @@ jobs:
7579
echo "author=$AUTHOR" >> "$GITHUB_OUTPUT"
7680
echo "tags=$TAGS" >> "$GITHUB_OUTPUT"
7781
82+
rm issue_body.txt
83+
7884
- name: Run the article generation script
7985
run: |
8086
pipenv run python scripts/pandoc_google_doc.py \

0 commit comments

Comments
 (0)