Skip to content

Commit

Permalink
token gaming
Browse files Browse the repository at this point in the history
  • Loading branch information
yumio7 committed Jan 15, 2024
1 parent 8672abf commit 73f9439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev/ansible
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ "$ANSIBLE" = "true" ]; then
if [ "$ANSIBLE_PULL" = "true" ]; then
echo "Pulling and running latest server config ansible playbook"

ansible-pull -U "git@github.com:Gensokyo-Reimagined/gensou-config.git" -d "/gensou-config" --checkout "${ANSIBLE_PULL_BRANCH:=master}"
ansible-pull -U "${GITHUB_TOKEN}@github.com/Gensokyo-Reimagined/gensou-config.git" -d "/gensou-config" --checkout "${ANSIBLE_PULL_BRANCH:=master}"
elif [ -f "/server-config/local.yml" ]; then
echo "Running local server config ansible playbook"

Expand Down

0 comments on commit 73f9439

Please sign in to comment.