Skip to content

Comment on the PAT

Comment on the PAT #5

Workflow file for this run

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'
ref: 'main'
# This is a fine grained PAT, it's scoped to the moj-ip private repository
# with the single permission: Content: Read-only.
# The token is pending approval: https://github.com/settings/personal-access-tokens/3669004
token: ${{ secrets.MOJ_IP_ADDRESSES_RO_PAT }}