Skip to content

Commit

Permalink
chore: replace deprecated fork usage (#3456)
Browse files Browse the repository at this point in the history
  • Loading branch information
hspitzley-czi authored Jul 26, 2024
1 parent 4aa90c5 commit 6d5fb0e
Show file tree
Hide file tree
Showing 32 changed files with 38 additions and 38 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }}
private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/api-update-ent-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }}
private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge-dep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }}
private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/charts-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
script: return context.ref.replace('refs/tags/happy-stack-helm-chart-v', '')
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
Expand Down Expand Up @@ -99,8 +99,8 @@ jobs:
echo ------
cd main
RELEASE=${{ needs.check-chart-released.outputs.tag }}
VERSION=${{ steps.parse_version.outputs.result }}
sed -i "s/appVersion\:\s[0-9.]\+/appVersion\: ${VERSION}/g" ${CHARTS_DIR}/Chart.yaml
Expand All @@ -110,7 +110,7 @@ jobs:
echo ------
${HELM_CMD} package ${CHARTS_DIR} -d ${PACKAGE_DIR} --version ${VERSION}
${GHCLI_CMD} release upload ${RELEASE} ${PACKAGE_DIR}/*.tgz --clobber
${HELM_CMD} repo index ${PACKAGE_DIR} --url ${CHART_DOWNLOAD_URL} --merge ${INDEX_DIR}/index.yaml
${HELM_CMD} repo index ${PACKAGE_DIR} --url ${CHART_DOWNLOAD_URL} --merge ${INDEX_DIR}/index.yaml
echo ------
cat ${PACKAGE_DIR}/index.yaml
Expand All @@ -121,4 +121,4 @@ jobs:
git commit index.yaml -m "chore: publish charts from ${{ github.repository }} ${VERSION}"
git push
env:
GH_CRED: ${{ secrets.GITHUB_TOKEN }}
GH_CRED: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/cli-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
Expand All @@ -70,7 +70,7 @@ jobs:
cd cli && go mod tidy
- name: Update coverage
if: github.actor!= 'dependabot[bot]'
if: github.actor != 'dependabot[bot]'
run: cd cli && make coverage-update

- name: Commit updated coverage
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# For why we need to generate a token and not use the default
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hvm-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hvm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
# For why we need to generate a token and not use the default
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provider-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# For why we need to generate a token and not use the default
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provider-update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }}
private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# For why we need to generate a token and not use the default
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_RELEASE_PLEASE_APP_ID }}
private_key: ${{ secrets.CZI_RELEASE_PLEASE_PK }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shared-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }}
private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tf-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }}
private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }}
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
steps:
- name: Generate token
id: generate_token
uses: chanzuckerberg/github-app-token@v1.1.4
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.CZI_GITHUB_HELPER_APP_ID }}
private_key: ${{ secrets.CZI_GITHUB_HELPER_PK }}
Expand Down
2 changes: 1 addition & 1 deletion cli/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15.31
15.31
2 changes: 1 addition & 1 deletion cli/cmd/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
10.8
10.80
2 changes: 1 addition & 1 deletion cli/cmd/hosts/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
0.00
2 changes: 1 addition & 1 deletion cli/mocks/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
0.00
2 changes: 1 addition & 1 deletion cli/pkg/artifact_builder/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
53.6
53.60
2 changes: 1 addition & 1 deletion cli/pkg/cmd/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.6
13.60
2 changes: 1 addition & 1 deletion cli/pkg/config_manager/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
0.00
2 changes: 1 addition & 1 deletion cli/pkg/hapi/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
0.00
2 changes: 1 addition & 1 deletion cli/pkg/hostname_manager/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
84.1
84.10
2 changes: 1 addition & 1 deletion cli/pkg/log/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
0.00
2 changes: 1 addition & 1 deletion cli/pkg/orchestrator/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
54.4
54.40
2 changes: 1 addition & 1 deletion cli/pkg/orchestrator/orchestrator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ func TestNewOrchestratorEC2(t *testing.T) {
// ecsApi.EXPECT().WaitUntilTasksRunning(gomock.Any(), gomock.Any()).Return(nil).Times(2)
// ecsApi.EXPECT().WaitUntilTasksStopped(gomock.Any(), gomock.Any()).Return(nil)
filterLogEventsApi := interfaces.NewMockFilterLogEventsAPIClient(ctrl)
filterLogEventsApi.EXPECT().FilterLogEvents(gomock.Any(), gomock.Any()).Return(&cwlv2.FilterLogEventsOutput{}, nil).AnyTimes()
filterLogEventsApi.EXPECT().FilterLogEvents(gomock.Any(), gomock.Any(), gomock.Any()).Return(&cwlv2.FilterLogEventsOutput{}, nil).AnyTimes()

ecsApi.EXPECT().DescribeTasks(gomock.Any(), gomock.Any(), gomock.Any()).Return(&ecs.DescribeTasksOutput{
Failures: []ecstypes.Failure{},
Expand Down
2 changes: 1 addition & 1 deletion cli/pkg/output/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
0.00
2 changes: 1 addition & 1 deletion cli/templates/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
0.00
2 changes: 1 addition & 1 deletion hvm/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.00
0.00
2 changes: 1 addition & 1 deletion hvm/cmd/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
0.00
2 changes: 1 addition & 1 deletion hvm/config/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
0.00
2 changes: 1 addition & 1 deletion hvm/installer/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
0.00
2 changes: 1 addition & 1 deletion hvm/linkManager/COVERAGE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0
0.00

0 comments on commit 6d5fb0e

Please sign in to comment.