Skip to content

Commit

Permalink
Test tmp key
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Oct 18, 2023
1 parent 4a18e1a commit 3d3b1fe
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/test_repo_access.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: 🤠 Test repo access 🤠

on: [pull_request]

jobs:
clone_it:
name: 🤠 Download private repos 🤠
timeout-minutes: 60
strategy:
fail-fast: false
matrix:
python-version: ['3.10']
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}

steps:
- name: "DL Seba"
run: git clone https://${{ secrets.DEPENDENCY_ACCESS_TOKEN }}@github.com/TNO-Everest/[email protected]

- name: "DL spinningjenny"
run: git clone https://${{ secrets.DEPENDENCY_ACCESS_TOKEN }}@github.com/equinor/spinningjenny.git

- name: "DL Everest"
run: git clone https://${{ secrets.DEPENDENCY_ACCESS_TOKEN }}@github.com/equinor/everest.git

0 comments on commit 3d3b1fe

Please sign in to comment.