Skip to content

Commit

Permalink
fix: sha and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Skylar Simoncelli committed Oct 1, 2024
1 parent 33a8b8b commit 71c42fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/actions/artifacts/generate-chain-specs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: "Generate Chain Specs from Node Binary"
description: "Downloads the partner-chains node binary, generates chain specs for different environments, and uploads them."
inputs:
tag:
description: "partner-chains release tag to append to artifact name"
required: true
sha:
description: "Commit SHA to checkout"
description: "Node tag"
required: true

runs:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Generate Chain Specs
uses: ./.github/actions/artifacts/generate-chain-specs
with:
sha: ${{ inputs.sha }}
tag: ${{ inputs.tag }}

upload-chain-specs:
permissions:
Expand All @@ -133,7 +133,6 @@ jobs:
uses: ./.github/actions/upload-chain-specs
with:
sha: ${{ github.sha }}
tag: ${{ inputs.tag }}
env:
kubeconfig_base64: ${{ secrets.kubeconfig_base64 }}
K8S_SERVER: ${{ secrets.K8S_SERVER }}
Expand Down

0 comments on commit 71c42fa

Please sign in to comment.