workflows: Pass phab token to github-automation.py when creating a pull request
The script needs this in order to automatically assign a reviewer.
This commit is contained in:
parent
2681c9e065
commit
b9a6629193
|
@ -87,4 +87,5 @@ jobs:
|
|||
--token ${{ secrets.RELEASE_WORKFLOW_PUSH_SECRET }} \
|
||||
release-workflow \
|
||||
--issue-number ${{ github.event.issue.number }} \
|
||||
--phab-token ${{ secrets.RELEASE_WORKFLOW_PHAB_TOKEN }} \
|
||||
auto
|
||||
|
|
Loading…
Reference in New Issue