Skip to content

Commit f354945

Browse files
authored
fix: Update generate-transcript workflow (#626)
1 parent 692ac85 commit f354945

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/generate-transcript.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
jobs:
66
generate-trancript:
77
runs-on: ubuntu-latest
8+
permissions:
9+
contents: write
10+
pull-requests: write
811
if: contains(github.event.issue.labels.*.name, 'tsc meeting')
912
steps:
1013
- uses: actions/checkout@v4
@@ -48,5 +51,3 @@ jobs:
4851
Add ${{ github.event.issue.title }} transcript.
4952
5053
This PR is autogenerated by the "Generate Transcript" GitHub Action.
51-
env:
52-
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)