Skip to content

Commit

Permalink
Add native provider version bump reusable workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Alper Rifat Ulucinar <ulucinar@users.noreply.github.com>
  • Loading branch information
ulucinar committed Feb 21, 2023
1 parent e38962b commit 59bd91d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/native-provider-bump.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Native Provider Version Bump

on:
workflow_dispatch: {}

jobs:
open-bump-pr:
uses: upbound/uptest/.github/workflows/native-provider-bump.yml@main
with:
provider-source: hashicorp/google
go-version: 1.19
secrets:
TOKEN: ${{ secrets.UPBOUND_BOT_GITHUB_TOKEN }}

0 comments on commit 59bd91d

Please sign in to comment.