We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 692ac85 commit f354945Copy full SHA for f354945
.github/workflows/generate-transcript.yml
@@ -5,6 +5,9 @@ on:
5
jobs:
6
generate-trancript:
7
runs-on: ubuntu-latest
8
+ permissions:
9
+ contents: write
10
+ pull-requests: write
11
if: contains(github.event.issue.labels.*.name, 'tsc meeting')
12
steps:
13
- uses: actions/checkout@v4
@@ -48,5 +51,3 @@ jobs:
48
51
Add ${{ github.event.issue.title }} transcript.
49
52
50
53
This PR is autogenerated by the "Generate Transcript" GitHub Action.
- env:
- GH_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments