From f060a97e4650ce4674f7623a4e4d4c494c306f27 Mon Sep 17 00:00:00 2001 From: monotalk Date: Tue, 11 Jun 2024 08:35:21 +0900 Subject: [PATCH] Update send-issue-info.yml --- .github/workflows/send-issue-info.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/send-issue-info.yml b/.github/workflows/send-issue-info.yml index 9735d7d..73d0a5c 100644 --- a/.github/workflows/send-issue-info.yml +++ b/.github/workflows/send-issue-info.yml @@ -7,3 +7,5 @@ jobs: steps: - name: Get isssue info and Post Data uses: kemsakurai/send-deployment-frequency-action/.github/actions/send-issue@main + with: + github-token: ${{ secrets.GITHUB_TOKEN }}