Skip to content

Commit 1abee86

Browse files
ci: Pass gh url to fancyverteiler
1 parent 636f6bf commit 1abee86

10 files changed

Lines changed: 10 additions & 0 deletions

.github/workflows/deploy-release-fancydialogs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: fancyinnovations/fancyverteiler@main
4848
with:
4949
config_path: "/plugins/fancydialogs/release_deployment_config.json"
50+
github_repo_url: "https://github.com/FancyInnovations/FancyPlugins"
5051
commit_sha: ${{ steps.last_commit.outputs.commit_sha }}
5152
commit_message: ${{ steps.last_commit.outputs.commit_msg }}
5253
fancyspaces_api_key: ${{ secrets.FANCYSPACES_API_KEY }}

.github/workflows/deploy-release-fancyholograms-v2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: fancyinnovations/fancyverteiler@main
4848
with:
4949
config_path: "/plugins/fancyholograms-v2/release_deployment_config.json"
50+
github_repo_url: "https://github.com/FancyInnovations/FancyPlugins"
5051
commit_sha: ${{ steps.last_commit.outputs.commit_sha }}
5152
commit_message: ${{ steps.last_commit.outputs.commit_msg }}
5253
fancyspaces_api_key: ${{ secrets.FANCYSPACES_API_KEY }}

.github/workflows/deploy-release-fancyholograms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: fancyinnovations/fancyverteiler@main
4848
with:
4949
config_path: "/plugins/fancyholograms/release_deployment_config.json"
50+
github_repo_url: "https://github.com/FancyInnovations/FancyPlugins"
5051
commit_sha: ${{ steps.last_commit.outputs.commit_sha }}
5152
commit_message: ${{ steps.last_commit.outputs.commit_msg }}
5253
fancyspaces_api_key: ${{ secrets.FANCYSPACES_API_KEY }}

.github/workflows/deploy-release-fancynpcs-v2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: fancyinnovations/fancyverteiler@main
4848
with:
4949
config_path: "/plugins/fancynpcs-v2/release_deployment_config.json"
50+
github_repo_url: "https://github.com/FancyInnovations/FancyPlugins"
5051
commit_sha: ${{ steps.last_commit.outputs.commit_sha }}
5152
commit_message: ${{ steps.last_commit.outputs.commit_msg }}
5253
fancyspaces_api_key: ${{ secrets.FANCYSPACES_API_KEY }}

.github/workflows/deploy-release-fancynpcs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: fancyinnovations/fancyverteiler@main
4848
with:
4949
config_path: "/plugins/fancynpcs/release_deployment_config.json"
50+
github_repo_url: "https://github.com/FancyInnovations/FancyPlugins"
5051
commit_sha: ${{ steps.last_commit.outputs.commit_sha }}
5152
commit_message: ${{ steps.last_commit.outputs.commit_msg }}
5253
fancyspaces_api_key: ${{ secrets.FANCYSPACES_API_KEY }}

.github/workflows/deploy-snapshot-fancydialogs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: fancyinnovations/fancyverteiler@main
4848
with:
4949
config_path: "/plugins/fancydialogs/snapshot_deployment_config.json"
50+
github_repo_url: "https://github.com/FancyInnovations/FancyPlugins"
5051
commit_sha: ${{ steps.last_commit.outputs.commit_sha }}
5152
commit_message: ${{ steps.last_commit.outputs.commit_msg }}
5253
fancyspaces_api_key: ${{ secrets.FANCYSPACES_API_KEY }}

.github/workflows/deploy-snapshot-fancyholograms-v2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: fancyinnovations/fancyverteiler@main
4848
with:
4949
config_path: "/plugins/fancyholograms-v2/snapshot_deployment_config.json"
50+
github_repo_url: "https://github.com/FancyInnovations/FancyPlugins"
5051
commit_sha: ${{ steps.last_commit.outputs.commit_sha }}
5152
commit_message: ${{ steps.last_commit.outputs.commit_msg }}
5253
fancyspaces_api_key: ${{ secrets.FANCYSPACES_API_KEY }}

.github/workflows/deploy-snapshot-fancyholograms.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
uses: fancyinnovations/fancyverteiler@main
4848
with:
4949
config_path: "/plugins/fancyholograms/snapshot_deployment_config.json"
50+
github_repo_url: "https://github.com/FancyInnovations/FancyPlugins"
5051
commit_sha: ${{ steps.last_commit.outputs.commit_sha }}
5152
commit_message: ${{ steps.last_commit.outputs.commit_msg }}
5253
fancyspaces_api_key: ${{ secrets.FANCYSPACES_API_KEY }}

.github/workflows/deploy-snapshot-fancynpcs-v2.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: fancyinnovations/fancyverteiler@main
5050
with:
5151
config_path: "/plugins/fancynpcs-v2/snapshot_deployment_config.json"
52+
github_repo_url: "https://github.com/FancyInnovations/FancyPlugins"
5253
commit_sha: ${{ steps.last_commit.outputs.commit_sha }}
5354
commit_message: ${{ steps.last_commit.outputs.commit_msg }}
5455
fancyspaces_api_key: ${{ secrets.FANCYSPACES_API_KEY }}

.github/workflows/deploy-snapshot-fancynpcs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
uses: fancyinnovations/fancyverteiler@main
5050
with:
5151
config_path: "/plugins/fancynpcs/snapshot_deployment_config.json"
52+
github_repo_url: "https://github.com/FancyInnovations/FancyPlugins"
5253
commit_sha: ${{ steps.last_commit.outputs.commit_sha }}
5354
commit_message: ${{ steps.last_commit.outputs.commit_msg }}
5455
fancyspaces_api_key: ${{ secrets.FANCYSPACES_API_KEY }}

0 commit comments

Comments
 (0)