I hereby claim:
- I am paroxp on github.
- I am paroxp (https://keybase.io/paroxp) on keybase.
- I have a public key ASBDIkSn7VyA_CfgSAHa0d8-CvPlfkVF936L6_9_hE49oQo
To claim this, I am signing this object:
#!/bin/bash | |
set -euo pipefail | |
: "${GITHUB_TOKEN:?}" | |
ORGANISATION="${ORGANISATION:-alphagov}" | |
TEAM="${TEAM:-2971998}" | |
QUERY_REPO="${QUERY_REPO:-gsp-}" |
I hereby claim:
To claim this, I am signing this object:
AuthType Basic | |
AuthName "Restricted Content" | |
# This needs to point to our custom .htpasswd file. It is located in htdocs by default. | |
AuthUserFile "/home/vcap/app/htdocs/.htpasswd" | |
Require valid-user |