Skip to content

Commit

Permalink
chore: update GitHub workflows to use Venly's official GitHub action …
Browse files Browse the repository at this point in the history
…repository
  • Loading branch information
Koen committed Oct 10, 2024
1 parent 25b44bd commit 5d15084
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/hotfix_finish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
name: Finish Hotfix Node Application
steps:
- name: Hotfix Node App Finish
uses: ArkaneNetwork/venly-github-workflows/.github/actions/hotfix_java_start@main
uses: Venly/venly-github-workflows/.github/actions/hotfix_java_start@main
with:
token: ${{ secrets.VENLY_GITHUB_ACTIONS_TOKEN }}
```
2 changes: 1 addition & 1 deletion .github/actions/hotfix_start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: Start Hotfix Node Application
steps:
- name: Hotfix Node App Start
uses: ArkaneNetwork/venly-github-workflows/.github/actions/hotfix_node_start@main
uses: Venly/venly-github-workflows/.github/actions/hotfix_node_start@main
with:
token: ${{ secrets.VENLY_GITHUB_ACTIONS_TOKEN }}
```
2 changes: 1 addition & 1 deletion .github/actions/merge_back/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To use this action in your workflow, add the following step:

```yaml
- name: Merge Back to Development
uses: ArkaneNetwork/venly-github-workflows/.github/actions/merge_back@main
uses: Venly/venly-github-workflows/.github/actions/merge_back@main
with:
branch: "<branch-name>"
token: "<github-actions-token>"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/release_finish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use this action in your workflow, add the following step:

```yaml
- name: Release Node Application
uses: ArkaneNetwork/venly-github-workflows/.github/actions/release_node@main
uses: Venly/venly-github-workflows/.github/actions/release_node@main
with:
flow: "<start/finish>"
token: "<github-actions-token>"
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/release_start/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use this action in your workflow, add the following step:

```yaml
- name: Release Node Application
uses: ArkaneNetwork/venly-github-workflows/.github/actions/release_node@main
uses: Venly/venly-github-workflows/.github/actions/release_node@main
with:
flow: "<start/finish>"
token: "<github-actions-token>"
Expand Down

0 comments on commit 5d15084

Please sign in to comment.