Skip to content

Commit 6c83f78

Browse files
ci: update gh action paths (#482)
1 parent 3663b90 commit 6c83f78

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,8 @@ jobs:
130130
- name: Check out code
131131
uses: actions/checkout@v2
132132

133-
- name: Set up Helm
134-
uses: azure/setup-helm@v1
135-
with:
136-
version: v3.3.0
137-
138133
- name: validate charts
139-
uses: hypertrace/actions/validate-charts@main
134+
uses: hypertrace/github-actions/validate-charts@main
140135
publish-test-results:
141136
name: "Publish Unit Tests Results"
142137
needs: test
@@ -166,7 +161,7 @@ jobs:
166161
fetch-depth: 0
167162

168163
- name: Create checksum file
169-
uses: hypertrace/actions/checksum@main
164+
uses: hypertrace/github-actions/checksum@main
170165

171166
- name: Cache gradle
172167
uses: actions/cache@v2

.github/workflows/publish.yml

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm run build:ci
3333

3434
- name: Create checksum file
35-
uses: hypertrace/actions/checksum@main
35+
uses: hypertrace/github-actions/checksum@main
3636

3737
- name: Cache gradle
3838
uses: actions/cache@v2
@@ -57,17 +57,12 @@ jobs:
5757
publish-charts:
5858
needs: publish-docker
5959
runs-on: ubuntu-20.04
60-
container:
61-
image: hypertrace/helm-gcs-packager:0.3.1
62-
credentials:
63-
username: ${{ secrets.DOCKERHUB_READ_USER }}
64-
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}
6560
steps:
6661
- name: Checkout Repository
6762
uses: actions/checkout@v2.3.4
6863

6964
- name: Package and release charts
70-
env:
71-
HELM_GCS_CREDENTIALS: ${{ secrets.HELM_GCS_CREDENTIALS }}
72-
HELM_GCS_REPOSITORY: ${{ secrets.HELM_GCS_REPOSITORY }}
73-
uses: hypertrace/actions/helm-gcs-publish@main
65+
uses: hypertrace/github-actions/helm-gcs-publish@main
66+
with:
67+
helm-gcs-repository: ${{ secrets.HELM_GCS_REPOSITORY }}
68+
helm-gcs-credentials: ${{ secrets.HELM_GCS_CREDENTIALS }}

0 commit comments

Comments
 (0)