Skip to content

Commit

Permalink
private repo access
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jan 25, 2024
1 parent 32f5d28 commit ea4955b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ on:
workflow_dispatch:

jobs:
build-ubuntu-x86:
build-linux-x86:
runs-on: buildjet-32vcpu-ubuntu-2204
steps:
- name: Set up git private repo access
run: |
git config --global url."https://${{ secrets.PRIVATE_PULL_TOKEN }}@github.com".insteadOf ssh://[email protected]
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit ea4955b

Please sign in to comment.