Skip to content

Commit

Permalink
Create call-reusable-autobumper.yml (#11010)
Browse files Browse the repository at this point in the history
  • Loading branch information
akiioto authored Jun 13, 2024
1 parent 64f1789 commit 508877e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/call-reusable-autobumper.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
name: Call Reusable Autobumper
on:
workflow_dispatch: # Allows manual triggering of the workflow

jobs:
call-autobumper:
uses: ./.github/workflows/reusable-autobumper.yml
with:
GCP_PROJECT_ID: 'sap-kyma-neighbors-dev'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 508877e

Please sign in to comment.