mirror of
https://github.com/slsa-framework/slsa-verifier.git
synced 2026-05-19 15:06:58 +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:
2
.github/workflows/e2e.schedule.cli.yml
vendored
2
.github/workflows/e2e.schedule.cli.yml
vendored
@@ -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