mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-08-18 11:06:21 +00:00
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:
@@ -8,7 +8,7 @@ on:
|
||||
permissions: read-all
|
||||
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.CREATE_ISSUES }}
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
ISSUE_REPOSITORY: ${{ github.repository }}
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user