Skip to content

Commit 8c2e50f

Browse files
committed
Replace the other occurrences.
1 parent d430200 commit 8c2e50f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/workflow.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,10 @@ jobs:
8080
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
8181
bazelrc_path: .bazelrc.auth
8282
- uses: ./.github/actions/set_tcp_keepalive_time
83-
- uses: ./.github/actions/authenticate_github_api
83+
- uses: extractions/netrc@v1
8484
with:
85-
github_token: ${{ secrets.GITHUB_TOKEN }}
85+
machine: api.github.com
86+
password: ${{ secrets.GITHUB_TOKEN }}
8687
- name: Configure
8788
run: |
8889
case ${{ runner.os }} in
@@ -182,9 +183,10 @@ jobs:
182183
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
183184
bazelrc_path: .bazelrc.auth
184185
- uses: ./.github/actions/set_tcp_keepalive_time
185-
- uses: ./.github/actions/authenticate_github_api
186+
- uses: extractions/netrc@v1
186187
with:
187-
github_token: ${{ secrets.GITHUB_TOKEN }}
188+
machine: api.github.com
189+
password: ${{ secrets.GITHUB_TOKEN }}
188190
- name: Configure
189191
shell: bash
190192
run: |

0 commit comments

Comments
 (0)