workflows/update-manpage: set token.
Follow-up from https://github.com/Homebrew/brew/pull/10673.
This commit is contained in:
parent
e64cf21889
commit
35488b74c8
2
.github/workflows/update-manpage.yml
vendored
2
.github/workflows/update-manpage.yml
vendored
@ -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'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user