Skip to content

Commit f40d24d

Browse files
authored
Merge branch 'master' into cb/remove-renovate-workflow
2 parents 4d2f4cb + b833391 commit f40d24d

File tree

2 files changed

+9
-27
lines changed

2 files changed

+9
-27
lines changed

.github/actions/authenticate_github_api/action.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/workflow.yaml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
2727
bazelrc_path: .bazelrc.auth
2828
- uses: ./.github/actions/set_tcp_keepalive_time
29-
- uses: ./.github/actions/authenticate_github_api
29+
- uses: extractions/netrc@v1
3030
with:
31-
github_token: ${{ secrets.GITHUB_TOKEN }}
31+
machine: api.github.com
32+
password: ${{ secrets.GITHUB_TOKEN }}
3233
- name: Configure
3334
run: |
3435
cat >>.bazelrc.local <<EOF
@@ -79,9 +80,10 @@ jobs:
7980
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
8081
bazelrc_path: .bazelrc.auth
8182
- uses: ./.github/actions/set_tcp_keepalive_time
82-
- uses: ./.github/actions/authenticate_github_api
83+
- uses: extractions/netrc@v1
8384
with:
84-
github_token: ${{ secrets.GITHUB_TOKEN }}
85+
machine: api.github.com
86+
password: ${{ secrets.GITHUB_TOKEN }}
8587
- name: Configure
8688
run: |
8789
case ${{ runner.os }} in
@@ -181,9 +183,10 @@ jobs:
181183
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
182184
bazelrc_path: .bazelrc.auth
183185
- uses: ./.github/actions/set_tcp_keepalive_time
184-
- uses: ./.github/actions/authenticate_github_api
186+
- uses: extractions/netrc@v1
185187
with:
186-
github_token: ${{ secrets.GITHUB_TOKEN }}
188+
machine: api.github.com
189+
password: ${{ secrets.GITHUB_TOKEN }}
187190
- name: Configure
188191
shell: bash
189192
run: |

0 commit comments

Comments
 (0)