Unverified Commit e3fe1d51 authored by John McBride's avatar John McBride Committed by GitHub
Browse files

Removes secrets being used in pull-request action runs (#1915)

Signed-off-by: default avatarJohn McBride <jmcbride@vmware.com>
parent d5d5f76f
main add_cpi_with_no_ip_fix copy-plugins-3234 dependabot/go_modules/cli/cmd/plugin/conformance/github.com/vmware-tanzu/sonobuoy-0.56.5 dependabot/go_modules/cli/cmd/plugin/unmanaged-cluster/k8s.io/api-0.24.0 dependabot/go_modules/cli/cmd/plugin/unmanaged-cluster/k8s.io/apiextensions-apiserver-0.24.0 dependabot/go_modules/cli/cmd/plugin/unmanaged-cluster/k8s.io/apimachinery-0.24.0 dependabot/go_modules/cli/cmd/plugin/unmanaged-cluster/k8s.io/client-go-0.24.0 dependabot/go_modules/cli/cmd/plugin/unmanaged-cluster/k8s.io/kube-aggregator-0.24.0 dependabot/go_modules/hack/runner/webhook/github.com/aws/aws-sdk-go-1.44.10 dependabot/go_modules/test/k8s.io/api-0.24.0 dependabot/go_modules/test/k8s.io/client-go-0.24.0 fluxcd-source-controller-0.21.7 krisapplegate-atk-cart new-kpack-dependencies-version-1650988114 new-kpack-dependencies-version-1651496547 next proposal-tce-distro release-0.10 release-0.11 release-0.12 shivaani/fix-metricsserver shivaani/update-antrea-package shivaani/update-kapp-controller34-overlay shivaani/update-metrics-servier-schema tce-installer-poc tce-ui-poc topic/fhan/make-fields-nullables topic/knabben/bump-antrea-15 topic/sharathb/akoo-avi-credentials topic/wguangyuan/add-webhook-config-for-adc unmanaged-cluster-docs v0.13.0-dev.1 v0.12.1-dev.1 v0.12.0 v0.12.0-rc.2 v0.12.0-rc.1 v0.12.0-dev.6 v0.12.0-dev.5 v0.12.0-dev.4 v0.12.0-dev.3 v0.12.0-dev.2 v0.12.0-dev.1 v0.11.1-dev.1 v0.11.0 v0.11.0-rc.2 v0.11.0-rc.1 v0.11.0-dev.3 v0.11.0-dev.2 v0.11.0-dev.1 v0.10.0 v0.10.0-rc.4 v0.10.0-rc.3 v0.10.0-rc.2 v0.10.0-rc.1 v0.10.0-dev.6
No related merge requests found
Showing with 0 additions and 34 deletions
+0 -34
......@@ -21,10 +21,6 @@ jobs:
go-version: "1.16"
id: go
- name: Config credentials
run: |
git config --global url."https://git:${{ secrets.GITHUB_TOKEN }}@github.com".insteadOf "https://github.com"
- name: Check out code into the Go module directory
uses: actions/checkout@v1
......
......@@ -22,10 +22,6 @@ jobs:
go-version: "1.16"
id: go
- name: Config credentials
run: |
git config --global url."https://git:${{ secrets.GITHUB_TOKEN }}@github.com".insteadOf "https://github.com"
- name: Check out code into the Go module directory
uses: actions/checkout@v1
......
......@@ -26,12 +26,6 @@ jobs:
go-version: "1.16"
id: go
- name: Config credentials
env:
GITHUB_TOKEN: ${{ secrets.GH_CHECKS_ACCESS_TOKEN }}
run: |
git config --global url."https://git:$GITHUB_TOKEN@github.com".insteadOf "https://github.com"
- name: Run golangci-lint
run: |
make lint
......@@ -16,10 +16,6 @@ jobs:
name: Check mdlint
runs-on: ubuntu-latest
steps:
- name: Config credentials
run: |
git config --global url."https://git:${{ secrets.GITHUB_TOKEN }}@github.com".insteadOf "https://github.com"
- name: Check out code
uses: actions/checkout@v1
......
......@@ -13,10 +13,6 @@ jobs:
name: Check - misspell
runs-on: ubuntu-latest
steps:
- name: Config credentials
run: |
git config --global url."https://git:${{ secrets.GITHUB_TOKEN }}@github.com".insteadOf "https://github.com"
- name: Check out code
uses: actions/checkout@v1
......
......@@ -17,10 +17,6 @@ jobs:
name: Check shell
runs-on: ubuntu-latest
steps:
- name: Config credentials
run: |
git config --global url."https://git:${{ secrets.GITHUB_TOKEN }}@github.com".insteadOf "https://github.com"
- name: Check out code
uses: actions/checkout@v1
......
......@@ -23,10 +23,6 @@ jobs:
go-version: "1.16"
id: go
- name: Config credentials
run: |
git config --global url."https://git:${{ secrets.GITHUB_TOKEN }}@github.com".insteadOf "https://github.com"
- name: Check out code into the Go module directory
uses: actions/checkout@v1
......
......@@ -17,10 +17,6 @@ jobs:
name: Check - yaml
runs-on: ubuntu-latest
steps:
- name: Config credentials
run: |
git config --global url."https://git:${{ secrets.GITHUB_TOKEN }}@github.com".insteadOf "https://github.com"
- name: Check out code
uses: actions/checkout@v1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment