File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 80
80
buildbuddy_api_key : ${{ secrets.BUILDBUDDY_API_KEY }}
81
81
bazelrc_path : .bazelrc.auth
82
82
- uses : ./.github/actions/set_tcp_keepalive_time
83
- - uses : ./.github/actions/authenticate_github_api
83
+ - uses : extractions/netrc@v1
84
84
with :
85
- github_token : ${{ secrets.GITHUB_TOKEN }}
85
+ machine : api.github.com
86
+ password : ${{ secrets.GITHUB_TOKEN }}
86
87
- name : Configure
87
88
run : |
88
89
case ${{ runner.os }} in
@@ -182,9 +183,10 @@ jobs:
182
183
buildbuddy_api_key : ${{ secrets.BUILDBUDDY_API_KEY }}
183
184
bazelrc_path : .bazelrc.auth
184
185
- uses : ./.github/actions/set_tcp_keepalive_time
185
- - uses : ./.github/actions/authenticate_github_api
186
+ - uses : extractions/netrc@v1
186
187
with :
187
- github_token : ${{ secrets.GITHUB_TOKEN }}
188
+ machine : api.github.com
189
+ password : ${{ secrets.GITHUB_TOKEN }}
188
190
- name : Configure
189
191
shell : bash
190
192
run : |
You can’t perform that action at this time.
0 commit comments