Skip to content

Commit

Permalink
fix: verify-token daily runs (#2213)
Browse files Browse the repository at this point in the history
Signed-off-by: laurentsimon <[email protected]>
  • Loading branch information
laurentsimon authored Jun 5, 2023
1 parent 0a4b841 commit 0f7720d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/e2e.verify-token.reusable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,24 @@ name: verify-token schedule

on:
workflow_call:
# NOTE: these inputs are not used. They are present
# because the verify-token Action expects them
# from the calling workflow.
inputs:
name1:
type: string
name2:
type: string
name3:
type: string
name4:
type: string
name5:
type: string
name6:
type: string
private-repository:
type: boolean

permissions: {}

Expand Down

0 comments on commit 0f7720d

Please sign in to comment.