Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
feat: added reuseable workflow for boilerplate (#263)
Browse files Browse the repository at this point in the history
Signed-off-by: Yuvraj <evalsocket@users.noreply.github.com>

Co-authored-by: Yuvraj <evalsocket@users.noreply.github.com>
  • Loading branch information
yindia and Yuvraj committed Apr 27, 2022
1 parent d2f64cb commit 82be16b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 42 deletions.
42 changes: 0 additions & 42 deletions .github/workflows/release-automation.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/upgrade_automation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Boilerplate Upgrade Automation
on:
workflow_dispatch:

jobs:
trigger-upgrade:
name: Boilerplate Upgrade Automation
uses: flyteorg/flytetools/.github/workflows/flyte_automation.yml@master
with:
component: boilerplate
secrets:
FLYTE_BOT_PAT: ${{ secrets.FLYTE_BOT_PAT }}

0 comments on commit 82be16b

Please sign in to comment.