Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
danadoherty639 committed Sep 27, 2024
1 parent 8350425 commit 0ae06e4
Show file tree
Hide file tree
Showing 12 changed files with 6 additions and 304 deletions.
88 changes: 0 additions & 88 deletions .github/actions/workflow-restarter-proxy/README.md

This file was deleted.

40 changes: 0 additions & 40 deletions .github/actions/workflow-restarter-proxy/action.yml

This file was deleted.

Binary file removed .github/actions/workflow-restarter-proxy/image-1.png
Binary file not shown.
Binary file removed .github/actions/workflow-restarter-proxy/image-2.png
Binary file not shown.
Binary file removed .github/actions/workflow-restarter-proxy/image-3.png
Binary file not shown.
Binary file removed .github/actions/workflow-restarter-proxy/image-4.png
Binary file not shown.
Binary file removed .github/actions/workflow-restarter-proxy/image.png
Binary file not shown.

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

env:
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

jobs:
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
- cron: "0 0 * * *"
workflow_dispatch:

env:
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:

spec:
Expand Down Expand Up @@ -68,9 +71,9 @@ jobs:
# this to trigger the reusable workflow that restarts the failed job; and
# (b) custom actions do not have access to the calling workflow's secrets
- name: Trigger reusable workflow
uses: "puppetlabs/cat-github-actions/.github/workflows/workflow-restarter.yml@cat_1820"
uses: "puppetlabs/cat-github-actions/.github/actions/workflow-restarter-proxy@cat_1820"
env:
SOURCE_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
repository: ${{ github.repository }}
run_id: ${{ github.run_id }}
61 changes: 0 additions & 61 deletions .github/workflows/workflow-restarter-test.yml

This file was deleted.

0 comments on commit 0ae06e4

Please sign in to comment.