Skip to content

Commit 86f320f

Browse files
Merge pull request #515 from CodeNow/fix-pheidi-access-token
fix-pheidi-access-token again
2 parents e373cb7 + 133b7a5 commit 86f320f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/group_vars/alpha-pheidi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ container_envs: >
2121
-e RABBITMQ_PORT="{{ rabbit_port }}"
2222
-e RABBITMQ_USERNAME="{{ rabbit_username }}"
2323
-e ROLLBAR_KEY={{ pheidi_rollbar_token }}
24-
-e EMAIL_GITHUB_ACCESS_TOKEN={{ pheidi_runnabot_tokens }}
25-
-e RUNNABOT_GITHUB_ACCESS_TOKENS={{ pheidi_email_github_token }}
24+
-e EMAIL_GITHUB_ACCESS_TOKEN={{ pheidi_email_github_token }}
25+
-e RUNNABOT_GITHUB_ACCESS_TOKENS={{ pheidi_runnabot_tokens }}
2626
{% if node_env != "production-epsilon" %} -e MONGO_CACERT=/opt/ssl/mongo-client/ca.pem {% endif %}
2727
{% if node_env != "production-epsilon" %} -e MONGO_CERT=/opt/ssl/mongo-client/cert.pem {% endif %}
2828
{% if node_env != "production-epsilon" %} -e MONGO_KEY=/opt/ssl/mongo-client/key.pem {% endif %}

0 commit comments

Comments
 (0)