Skip to content

Commit 0472113

Browse files
authored
ci: remove uneccesary gh info (#16)
Removes code that is no longer relevant since the repository will be public.
1 parent 363e6cb commit 0472113

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/go.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
- name: Check out code into the Go module directory
1818
uses: actions/checkout@v1
1919

20-
- name: Set key
21-
env:
22-
TOKEN: ${{ secrets.GH_TOKEN_EXTRA }}
23-
run: git config --global url."https://${TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
24-
2520
- name: Get dependencies
2621
run: make vendor
2722
id: modules

.goreleaser.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
project_name: ecctl
22
before:
33
hooks:
4-
## TODO: Remove the GITHUB_TOKEN before going public.
5-
- git config --global url."https://${GITHUB_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
64
- go mod download
75
release:
86
github:
@@ -14,9 +12,6 @@ brews:
1412
- github:
1513
owner: elastic
1614
name: homebrew-ecctl
17-
## TODO: Remove this two directives before going public.
18-
download_strategy: EcctlDownloadStrategy
19-
custom_require: ./scripts/custom_download_strategies.rb
2015
commit_author:
2116
name: elasticloudbot
2217
email: cloud-tooling@elastic.co

0 commit comments

Comments
 (0)