There was an error while loading. Please reload this page.
1 parent aa30245 commit 992d044Copy full SHA for 992d044
1 file changed
.github/workflows/on-youtube-issue.yml
@@ -9,6 +9,8 @@ jobs:
9
name: Close as duplicate
10
runs-on: ubuntu-slim
11
if: contains(github.event.issue.title, 'youtube.com:')
12
+ env:
13
+ GH_TOKEN: ${{ github.token }}
14
permissions:
15
issues: write
16
steps:
0 commit comments