File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 17
17
- name : Check out code into the Go module directory
18
18
uses : actions/checkout@v1
19
19
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
-
25
20
- name : Get dependencies
26
21
run : make vendor
27
22
id : modules
Original file line number Diff line number Diff line change 1
1
project_name : ecctl
2
2
before :
3
3
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/"
6
4
- go mod download
7
5
release :
8
6
github :
14
12
- github :
15
13
owner : elastic
16
14
name : homebrew-ecctl
17
- # # TODO: Remove this two directives before going public.
18
- download_strategy : EcctlDownloadStrategy
19
- custom_require : ./scripts/custom_download_strategies.rb
20
15
commit_author :
21
16
name : elasticloudbot
22
17
email : cloud-tooling@elastic.co
You can’t perform that action at this time.
0 commit comments