Skip to content

Commit

Permalink
uncomment call-generate-readme-workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
doebrowsk authored Nov 5, 2024
1 parent ce13b1f commit bfc337d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ jobs:
secrets:
token: ${{ secrets.token }}

# call-generate-readme-workflow:
# if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
# uses: Keyfactor/actions/.github/workflows/generate-readme.yml@v3
# secrets:
# token: ${{ secrets.token }}
call-generate-readme-workflow:
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
uses: Keyfactor/actions/.github/workflows/generate-readme.yml@v3
secrets:
token: ${{ secrets.token }}

call-update-catalog-workflow:
needs: call-assign-from-json-workflow
Expand Down

0 comments on commit bfc337d

Please sign in to comment.