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 ebb6eae commit c90d03e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ 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@v1"
with:
repository: ${{ github.repository }}
run_id: ${{ github.run_id }}
env:
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
secrets: "inherit"
with:
repository: ${{ github.repository }}
run_id: ${{ github.run_id }}

0 comments on commit c90d03e

Please sign in to comment.