Skip to content

Commit

Permalink
using crib-deploy-environment version devired from 2.1.0 containing t…
Browse files Browse the repository at this point in the history
…he GOBIN fix

the latest had issues which will be addressed in a separate GAP v2 upgrade initiative.
in the meantime, this is meant to fix the issue on the short term.

see: smartcontractkit/.github#726
  • Loading branch information
rafaelfelix committed Nov 27, 2024
1 parent ecd7650 commit 227b040
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/crib-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,22 +76,20 @@ jobs:
echo $GITHUB_WORKSPACE
- name: Deploy and validate CRIB Environment for Core
uses: smartcontractkit/.github/actions/crib-deploy-environment@1e9201454776effb3f66fec31306073d5299c062
uses: smartcontractkit/.github/actions/crib-deploy-environment@189034ee792fe6e55e6043b284a8c607e876a74d # crib-deploy-environment@2.1.1
id: deploy-crib
with:
github-token: ${{ steps.token.outputs.access-token }}
aws-ecr-private-registry: ${{ secrets.AWS_ACCOUNT_ID_PROD }}
api-gateway-host: ${{ secrets.AWS_API_GW_HOST_K8S_STAGE }}
aws-region: ${{ secrets.AWS_REGION }}
aws-role-arn: ${{ secrets.AWS_OIDC_CRIB_ROLE_ARN_STAGE }}
ecr-private-registry: ${{ secrets.AWS_ACCOUNT_ID_PROD }}
ingress-base-domain: ${{ secrets.INGRESS_BASE_DOMAIN_STAGE }}
k8s-cluster-name: ${{ secrets.AWS_K8S_CLUSTER_NAME_STAGE }}
command: "core-dev-simulated-core-ocr1"
crib-alert-slack-webhook: ${{ secrets.CRIB_ALERT_SLACK_WEBHOOK }}
product-image: ${{ secrets.AWS_SDLC_ECR_HOSTNAME }}/chainlink
product-image-tag: develop
k8s-api-endpoint: ${{ secrets.K8S_API_ENDPOINT_STAGE }}
chainlink-team: releng
chainlink-product: crib
- uses: actions/checkout@v4.2.1
- name: Set up Go
uses: ./.github/actions/setup-go
Expand Down

0 comments on commit 227b040

Please sign in to comment.