Use token for github Authentication

* missed to update the playbook to use token in
  previous commit (https://review.opendev.org/#/c/759453/)

Change-Id: Ibc1a8ad7787e39b0879a1703f0b0518417daeff5
Closes: #44
This commit is contained in:
Sirajudeen 2020-10-28 17:44:07 +00:00
parent fa2b41d724
commit 9fb68fb360
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@
executable: pip3
- name: Run python script
script: >
update_github_issues.py "{{ github_credentials.username }}" \
"{{ github_credentials.password }}" \
update_github_issues.py "{{ github_credentials.token }}" \
"{{ zuul.message | b64decode }}" \
"{{ zuul.change_url }}"
args: