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 c047a14
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/test_repo_access.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
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 spinningjenny"
run: |
git clone https://${{ secrets.TMP_TOKEN }}@github.com/equinor/spinningjenny.git
- name: "DL Seba"
run: |
git clone https://${{ secrets.TMP_TOKEN }}@github.com/TNO-Everest/[email protected]
- name: "DL Everest"
run: |
git clone https://${{ secrets.TMP_TOKEN }}@github.com/equinor/everest.git

0 comments on commit c047a14

Please sign in to comment.