Skip to content

Commit

Permalink
secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Dec 30, 2023
1 parent fc2858e commit 50c4d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_create-scrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ on:
description: 'Issue number'
type: number
required: true
secrets:
github_token:
description: 'github token'
type: string
required: true

jobs:
Expand All @@ -20,4 +20,4 @@ jobs:
uses: ./packages/action-create-scrap
with:
issue_number: ${{ github.event.inputs.issue_number }}
github_token: ${{ github.event.inputs.github_token }}
github_token: ${{ secrets.github_token }}

0 comments on commit 50c4d67

Please sign in to comment.