mirror of
https://github.com/maplibre/martin.git
synced 2024-12-19 04:41:46 +03:00
use token for remote PR creation
This commit is contained in:
parent
3c24ae226a
commit
4d84371cc5
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -627,7 +627,7 @@ jobs:
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
token: ${{ secrets.GH_HOMEBREW_MARTIN_TOKEN }}
|
||||
commit-message: "Update to ${{ github.ref }}"
|
||||
title: "Update to ${{ github.ref }}"
|
||||
body: "Update to ${{ github.ref }}"
|
||||
|
Loading…
Reference in New Issue
Block a user