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-15 10:09:42 +09:00
committed by GitHub
parent f0aec773a6
commit 1dffc4b135

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: