Skip to content

Commit a8ea9e1

Browse files
authored
fix: another attempt on fixing generation of transcript
1 parent 8691846 commit a8ea9e1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/generate-transcript.yaml

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

7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
711
jobs:
812
generate-trancript:
913
runs-on: ubuntu-latest
@@ -59,6 +63,7 @@ jobs:
5963
if: env.TRANSCRIPT_GENERATED == 'true'
6064
uses: peter-evans/create-pull-request@v3
6165
with:
66+
base: 'main'
6267
commit-message: Add ${{ github.event.issue.title }} transcript
6368
title: Add ${{ github.event.issue.title }} transcript
6469
branch: generate-meeting-transcript

0 commit comments

Comments
 (0)