Further changes to CLI test
This commit is contained in:
parent
6a54ff1b9f
commit
021a27e014
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
// Get API Key for git.fjla.uk
|
||||
$giteaKey = "Authorization: token d9e748bbca7b662dbd946854e57ae0213d0e8f88";
|
||||
$giteaKey = file_get_contents('/srv/php-keys/athena/gitea');
|
||||
|
||||
echo "Gitea AUTH header is: $giteaKey";
|
||||
|
||||
|
Reference in New Issue
Block a user