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:
Tom Stellard 2022-07-29 09:59:55 -07:00
parent 2681c9e065
commit b9a6629193
1 changed files with 1 additions and 0 deletions

View File

@ -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