Skip to content

Commit

Permalink
Merge pull request #232 from ulucinar/fix-e100
Browse files Browse the repository at this point in the history
Add native provider version bump reusable workflow
  • Loading branch information
ulucinar authored Mar 9, 2023
2 parents 30f2ef7 + 59bd91d commit 0d173aa
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 0d173aa

Please sign in to comment.