workflows/update-manpage: set token.

Follow-up from https://github.com/Homebrew/brew/pull/10673.
This commit is contained in:
Mike McQuaid 2021-02-26 12:55:55 +00:00
parent e64cf21889
commit 35488b74c8
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -64,6 +64,8 @@ jobs:
echo "::set-output name=pull_request::true" echo "::set-output name=pull_request::true"
fi fi
fi fi
env:
HOMEBREW_GITHUB_API_TOKEN: ${{ secrets.HOMEBREW_GITHUB_API_TOKEN }}
- name: Push commits - name: Push commits
if: steps.update.outputs.committed == 'true' if: steps.update.outputs.committed == 'true'