From b4b2e669e6e00911e52cd6cffe6ab533799a2bdf Mon Sep 17 00:00:00 2001 From: Dana Doherty Date: Mon, 9 Sep 2024 13:51:57 +0100 Subject: [PATCH] update --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 28e661992..a5a787ad5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,8 +71,9 @@ jobs: # (b) custom actions do not have access to the calling workflow's secrets name: "rerun" uses: "puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml@cat_1820" + secrets: inherit with: repo: ${{ github.repository }} run_id: ${{ github.run_id }} - env: - SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # env: + # SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}