Skip to content

Commit

Permalink
add gh-token input on workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisjoshford committed Jun 7, 2024
1 parent c8d4780 commit b7c2f32
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/issue_mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: Transfer New Issue to Docs Project

on:
issues:
types: [opened]
types: [opened, reopened]
workflow_call:
inputs:
github-token:
type: string
required: true
description: GitHub token used to authenticate API calls

jobs:
transfer:
Expand Down

0 comments on commit b7c2f32

Please sign in to comment.