Skip to content

Commit 2dc85b7

Browse files
authored
Merge branch 'master' into cg/use_run_nix_shell
2 parents dda3575 + 0fe84eb commit 2dc85b7

File tree

4 files changed

+9
-47
lines changed

4 files changed

+9
-47
lines changed

.github/actions/authenticate_github_api/action.yaml

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

.github/renovate.sh

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

.github/workflows/renovate.yaml

Lines changed: 0 additions & 17 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
@@ -81,9 +82,10 @@ jobs:
8182
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
8283
bazelrc_path: .bazelrc.auth
8384
- uses: ./.github/actions/set_tcp_keepalive_time
84-
- uses: ./.github/actions/authenticate_github_api
85+
- uses: extractions/netrc@v1
8586
with:
86-
github_token: ${{ secrets.GITHUB_TOKEN }}
87+
machine: api.github.com
88+
password: ${{ secrets.GITHUB_TOKEN }}
8789
- name: Configure
8890
run: |
8991
case ${{ runner.os }} in
@@ -188,9 +190,10 @@ jobs:
188190
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
189191
bazelrc_path: .bazelrc.auth
190192
- uses: ./.github/actions/set_tcp_keepalive_time
191-
- uses: ./.github/actions/authenticate_github_api
193+
- uses: extractions/netrc@v1
192194
with:
193-
github_token: ${{ secrets.GITHUB_TOKEN }}
195+
machine: api.github.com
196+
password: ${{ secrets.GITHUB_TOKEN }}
194197
- name: Configure
195198
shell: bash
196199
run: |

0 commit comments

Comments
 (0)