Skip to content

Commit

Permalink
GHA: Pass GH token to earthly/actions-setup
Browse files Browse the repository at this point in the history
... this avoids rate-limiting.
  • Loading branch information
expressvpn-ian-c committed May 31, 2024
1 parent de6bb3b commit e94fd04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- uses: earthly/actions-setup@v1
with:
version: ~v0.8
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- name: Run +${{ matrix.target }} on Earthly satellite
run: earthly --ci --org expressvpn --satellite lightway +${{ matrix.target }}
Expand All @@ -45,6 +46,7 @@ jobs:
- uses: earthly/actions-setup@v1
with:
version: ~v0.8
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- name: Run +e2e on Earthly satellite
run: earthly --ci --org expressvpn --satellite lightway --allow-privileged +e2e --debian ${{ matrix.distro }}
Expand All @@ -57,6 +59,7 @@ jobs:
- uses: earthly/actions-setup@v1
with:
version: ~v0.8
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
- name: Run +coverage on Earthly satellite
id: coverage
Expand Down

0 comments on commit e94fd04

Please sign in to comment.