Skip to content

Commit

Permalink
cleanup old code from the previous workflow, suggestions from pr comm…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
scheibinger committed Apr 22, 2024
1 parent 9ace3f5 commit 757e25d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 28 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/crib-helm-chart-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,6 @@ jobs:
with:
# grafana inputs
metrics-job-name: ci-build-charts
gc-basic-auth: ${{ secrets.GRAFANA_CLOUD_BASIC_AUTH }}
gc-host: ${{ secrets.GRAFANA_CLOUD_HOST }}
gc-basic-auth: ${{ secrets.GRAFANA_INTERNAL_BASIC_AUTH }}
gc-host: ${{ secrets.GRAFANA_INTERNAL_HOST }}
gc-org-id: ${{ secrets.GRAFANA_INTERNAL_TENANT_ID }}
27 changes: 1 addition & 26 deletions .github/workflows/crib-helm-chart-push-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,9 @@ on:
- develop
paths:
- "charts/**"
- ".github/workflows/crib-helm-chart.yml"
- ".github/workflows/crib-helm-chart-pr.yml"
- ".github/workflows/crib-helm-chart-push-develop.yml"
jobs:
helm_release:
runs-on: ubuntu-latest
environment: build-develop
permissions:
id-token: write
contents: read
steps:
- name: Checkout repo
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2

- name: Configure aws credentials
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2
with:
role-to-assume: ${{ secrets.AWS_ROLE_ARN_GATI }}
role-duration-seconds: ${{ secrets.AWS_ROLE_DURATION_SECONDS }}
aws-region: ${{ secrets.AWS_REGION }}
mask-aws-account-id: true
role-session-name: helm-publish.helm-release

- name: Get Github Token
id: get-gh-token
uses: smartcontractkit/chainlink-github-actions/github-app-token-issuer@5874ff7211cf5a5a2670bb010fbff914eaaae138 # v2.3.12
with:
url: ${{ secrets.GATI_LAMBDA_FUNCTION_URL }}

ci-lint-charts:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 757e25d

Please sign in to comment.