Use github.token to create issues (#412)

Signed-off-by: Ian Lewis <ianlewis@google.com>

Signed-off-by: Ian Lewis <ianlewis@google.com>
This commit is contained in:
Ian Lewis
2022-12-14 17:09:42 -08:00
committed by GitHub
parent f0aec773a6
commit 1dffc4b135
+1 -1
View File
@@ -8,7 +8,7 @@ on:
permissions: read-all
env:
GH_TOKEN: ${{ secrets.CREATE_ISSUES }}
GH_TOKEN: ${{ github.token }}
ISSUE_REPOSITORY: ${{ github.repository }}
jobs: