Skip to content

Commit

Permalink
Trigger deploy tracing node for mainnets (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Oct 8, 2023
1 parent b910655 commit e7d9ac4
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,18 @@ jobs:
uses: actions/checkout@v4
- name: Tag
uses: olegtarasov/get-tag@v2.1
- name: Deploy testnets tracing node
- name: Deploy tracing node (mainnets)
if: startsWith(github.ref, 'refs/tags/v')
env:
GITHUB_TOKEN: ${{ secrets.GH_TKN_DARWINIA }}
run: |
gh workflow run \
trigger-tracing-node.yml \
--ref=main \
--repo=darwinia-network/devops \
--raw-field=type=mainnets \
--raw-field="version=$GIT_TAG_NAME"
- name: Deploy tracing node (testnets)
if: startsWith(github.ref, 'refs/tags/pango')
env:
GITHUB_TOKEN: ${{ secrets.GH_TKN_DARWINIA }}
Expand Down

0 comments on commit e7d9ac4

Please sign in to comment.