diff --git a/.github/workflows/linked-issue-to-pr-management.yml b/.github/workflows/linked-issue-to-pr-management.yml index 949e90bb..25206f8d 100644 --- a/.github/workflows/linked-issue-to-pr-management.yml +++ b/.github/workflows/linked-issue-to-pr-management.yml @@ -13,6 +13,8 @@ jobs: issues: write contents: read pull-requests: write + secrets: + ISSUE_PR_CLASSIC: ${{ secrets.ISSUE_PR_CLASSIC }} uses: krkn-chaos/actions/.github/workflows/linked-issue-to-pr-management.yml@main handle-pr: if: github.event_name == 'pull_request_target' @@ -20,5 +22,7 @@ jobs: issues: write contents: read pull-requests: write + secrets: + ISSUE_PR_CLASSIC: ${{ secrets.ISSUE_PR_CLASSIC }} uses: krkn-chaos/actions/.github/workflows/linked-issue-to-pr-management.yml@main