workflows: fix token
parent
6b3b83da5c
commit
2224d02b18
|
@ -173,7 +173,7 @@ jobs:
|
|||
if: ${{!success() && github.event.inputs.issue > 0}}
|
||||
uses: Homebrew/actions/post-comment@master
|
||||
with:
|
||||
token: ${{secrets.GITHUB_TOKEN}}
|
||||
token: ${{secrets.HOMEBREW_GITHUB_PUBLIC_REPO_TOKEN}}
|
||||
issue: ${{github.event.inputs.issue}}
|
||||
body: ":x: @${{github.actor}} bottle request for ${{github.event.inputs.formula}} [failed](${{github.event.repository.html_url}}/actions/runs/${{github.run_id}})."
|
||||
bot_body: ":x: Bottle request for ${{github.event.inputs.formula}} [failed](${{github.event.repository.html_url}}/actions/runs/${{github.run_id}})."
|
||||
|
|
Loading…
Reference in New Issue