Merge pull request #10713 from Homebrew/update-manpage-maintainers-token

workflows/update-manpage: set token.
This commit is contained in:
Nanda H Krishna 2021-02-26 19:21:11 +05:30 committed by GitHub
commit c32ead1c97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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