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:
parent
fa2b41d724
commit
9fb68fb360
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user