Merge "Use token for github Authentication" into v2

This commit is contained in:
Zuul 2020-11-04 14:45:09 +00:00 committed by Gerrit Code Review
commit 6c06958b58
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: