diff --git a/.github/actions/hotfix_finish/README.md b/.github/actions/hotfix_finish/README.md index 8f5bf65..03d5bbf 100644 --- a/.github/actions/hotfix_finish/README.md +++ b/.github/actions/hotfix_finish/README.md @@ -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 }} ``` diff --git a/.github/actions/hotfix_start/README.md b/.github/actions/hotfix_start/README.md index 1a059ff..34d13a5 100644 --- a/.github/actions/hotfix_start/README.md +++ b/.github/actions/hotfix_start/README.md @@ -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 }} ``` diff --git a/.github/actions/merge_back/README.md b/.github/actions/merge_back/README.md index ab47748..99dbaad 100644 --- a/.github/actions/merge_back/README.md +++ b/.github/actions/merge_back/README.md @@ -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: "" token: "" diff --git a/.github/actions/release_finish/README.md b/.github/actions/release_finish/README.md index cc46030..08e33d5 100644 --- a/.github/actions/release_finish/README.md +++ b/.github/actions/release_finish/README.md @@ -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: "" token: "" diff --git a/.github/actions/release_start/README.md b/.github/actions/release_start/README.md index cc46030..08e33d5 100644 --- a/.github/actions/release_start/README.md +++ b/.github/actions/release_start/README.md @@ -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: "" token: ""