Skip to content

Commit

Permalink
Update main for dependent repos (#470)
Browse files Browse the repository at this point in the history
* include workflow_call variable

* add workflow_call in main

* update secrets

* update tool update
  • Loading branch information
leslieber authored Oct 29, 2024
1 parent 6bc8bb6 commit 65f5a3f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ToolUpdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on: # Trigger on commits to any branch and manual trigger
push:
branches:
- '**' # Trigger on commits to any branch
schedule:
- cron: '0 0 * * *' # Runs at 00:00 UTC every day

permissions:
contents: write
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ on:
pull_request:
branches:
- 'main**'
workflow_call:
secrets:
SIMPLIFIER_USERNAME:
required: true
SIMPLIFIER_PASSWORD:
required: true
WORKFLOW_PERMISSION_GITHUB:
required: true

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down

0 comments on commit 65f5a3f

Please sign in to comment.