Skip to content

Commit

Permalink
Replace the other occurrences.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrindel committed Dec 11, 2023
1 parent d430200 commit 8c2e50f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,10 @@ jobs:
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
bazelrc_path: .bazelrc.auth
- uses: ./.github/actions/set_tcp_keepalive_time
- uses: ./.github/actions/authenticate_github_api
- uses: extractions/netrc@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
machine: api.github.com
password: ${{ secrets.GITHUB_TOKEN }}
- name: Configure
run: |
case ${{ runner.os }} in
Expand Down Expand Up @@ -182,9 +183,10 @@ jobs:
buildbuddy_api_key: ${{ secrets.BUILDBUDDY_API_KEY }}
bazelrc_path: .bazelrc.auth
- uses: ./.github/actions/set_tcp_keepalive_time
- uses: ./.github/actions/authenticate_github_api
- uses: extractions/netrc@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
machine: api.github.com
password: ${{ secrets.GITHUB_TOKEN }}
- name: Configure
shell: bash
run: |
Expand Down

0 comments on commit 8c2e50f

Please sign in to comment.