Skip to content

Commit

Permalink
Merge pull request #266 from turkenf/rename-repo
Browse files Browse the repository at this point in the history
Rename the repo name for reusable workflows used
  • Loading branch information
ytsarev committed May 20, 2024
2 parents 173bca3 + 42a0db9 commit 023aa5f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
backport:
uses: upbound/uptest/.github/workflows/provider-backport.yml@main
uses: upbound/official-providers-ci/.github/workflows/provider-backport.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
ci:
uses: upbound/uptest/.github/workflows/provider-ci.yml@main
uses: upbound/official-providers-ci/.github/workflows/provider-ci.yml@main
with:
go-version: "1.21"
upjet-based-provider: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on: issue_comment

jobs:
comment-commands:
uses: upbound/uptest/.github/workflows/provider-commands.yml@main
uses: upbound/official-providers-ci/.github/workflows/provider-commands.yml@main
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
e2e:
uses: upbound/uptest/.github/workflows/pr-comment-trigger.yml@main
uses: upbound/official-providers-ci/.github/workflows/pr-comment-trigger.yml@main
with:
go-version: "1.21"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "We are going to scan the last ${supported_releases_number} releases for: ${images}"
scan:
uses: upbound/uptest/.github/workflows/scan.yml@main
uses: upbound/official-providers-ci/.github/workflows/scan.yml@main
needs:
- setup-vars
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
tag:
uses: upbound/uptest/.github/workflows/provider-tag.yml@main
uses: upbound/official-providers-ci/.github/workflows/provider-tag.yml@main
with:
version: ${{ github.event.inputs.version }}
message: ${{ github.event.inputs.message }}
2 changes: 1 addition & 1 deletion .github/workflows/updoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
publish-docs:
uses: upbound/uptest/.github/workflows/provider-updoc.yml@main
uses: upbound/official-providers-ci/.github/workflows/provider-updoc.yml@main
secrets:
UPBOUND_CI_PROD_BUCKET_SA: ${{ secrets.UPBOUND_CI_PROD_BUCKET_SA }}

0 comments on commit 023aa5f

Please sign in to comment.