Skip to content

Merge pull request #13 from gittuf/sign-commits-always #52

Merge pull request #13 from gittuf/sign-commits-always

Merge pull request #13 from gittuf/sign-commits-always #52

Workflow file for this run

name: Run gittuf demo
on:
push:
branches: ['main']
pull_request:
workflow_dispatch:
jobs:
run-demo:
name: Run demo
runs-on: ubuntu-latest
steps:
- name: Checkout demo
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
- name: Set up Python
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d
with:
python-version: '3.11'
- name: Install gittuf
uses: gittuf/gittuf-installer@8ce8fbd070477ec72678151e82b82c3d866d9fcd
- name: Run demo with --no-prompt
run: |
python3 run-demo.py --no-prompt