Skip to content

Commit

Permalink
chore: whole flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohnburton committed Sep 21, 2023
1 parent 79526d8 commit dbd6cd8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 653 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/_60_create_chainspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
echo "No chainspec created for `${{ inputs.network }}`" >> $GITHUB_STEP_SUMMARY
- name: Set DISCORD_URL
if: steps.check-chainspec-exists.outcome == 'success'
run: |
if [ "${{ inputs.network }}" == "perseverance" ]; then
echo "DISCORD_URL=${{ secrets.CF_DISCORD_WH_NETWORK_PERSEVERANCE }}" >> $GITHUB_ENV
Expand All @@ -106,6 +107,7 @@ jobs:
fi
- name: Notify that chainspec was created
if: steps.check-chainspec-exists.outcome == 'success'
env:
DISCORD_WEBHOOK: ${{ env.DISCORD_URL }}
uses: Ilshidur/action-discord@0.3.2
Expand Down
470 changes: 0 additions & 470 deletions state-chain/node/chainspecs/test.chainspec.json

This file was deleted.

183 changes: 0 additions & 183 deletions state-chain/node/chainspecs/test.chainspec.raw.json

This file was deleted.

0 comments on commit dbd6cd8

Please sign in to comment.