Skip to content

fix: do not use ssh but https #277

fix: do not use ssh but https

fix: do not use ssh but https #277

Workflow file for this run

name: Test
on:
pull_request:
types: [opened, reopened]
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: make test
- name: Dry-run the sync
run: |
source ./scripts/sync.sh
install_dependencies_on_ci
configure_git_on_ci
workspace=$(create_workspace)
replicate_all "$workspace" "commit"
env:
GITHUB_TOKEN: ${{ secrets.ORY_BOT_PAT }}