Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danadoherty639 committed Sep 9, 2024
1 parent f0365dc commit 89dfc46
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,8 @@ 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"
secrets:
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repository: ${{ github.repository }}
run_id: ${{ github.run_id }}
env:
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 89dfc46

Please sign in to comment.