Update ips.yml #2
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Handle Allowed IPs" | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- 'ip-develop' | |
jobs: | |
handle_allowed_ips: | |
name: "Handle Allowed IPs" | |
runs-on: ubuntu-latest | |
steps: | |
- name: "Checkout" | |
# @see https://github.com/actions/checkout | |
uses: actions/checkout@v4 | |
with: | |
repository: 'ministryofjustice/moj-ip-addresses' | |
# env: | |
# Maybe ass ssh key for ministryofjustice/moj-ip-addresses. |