Skip to content

Commit

Permalink
Add private repo setup to upgrade_downgrade_test_backups_e2e.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed May 31, 2024
1 parent 482f4c9 commit bb146da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/upgrade_downgrade_test_backups_e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
name: Run Upgrade Downgrade Test - Backups - E2E
runs-on:
group: vitess-ubuntu20
env:
GOPRIVATE: github.com/slackhq/vitess-addons
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}

steps:
- name: Skip CI
Expand Down Expand Up @@ -75,6 +78,9 @@ jobs:
with:
go-version: 1.22.3

- name: Setup github.com/slackhq/vitess-additions access token
run: git config --global url.https://[email protected]/.insteadOf https://github.com/

- name: Set up python
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
uses: actions/setup-python@v5
Expand Down

0 comments on commit bb146da

Please sign in to comment.