chore: use PAT instead of GH token
[skip ci]
This commit is contained in:
parent
441fcc5159
commit
b47205ff01
1 changed files with 3 additions and 5 deletions
8
.github/workflows/initiate_release.yml
vendored
8
.github/workflows/initiate_release.yml
vendored
|
|
@ -8,9 +8,6 @@ on:
|
|||
- cron: "30 9 * * 2"
|
||||
workflow_dispatch:
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
release:
|
||||
name: Release
|
||||
|
|
@ -26,9 +23,10 @@ jobs:
|
|||
route: POST /repos/{owner}/{repo}/pulls
|
||||
owner: frappe
|
||||
repo: frappe
|
||||
title: "chore: release v${{ matrix.version }}"
|
||||
title: |-
|
||||
"chore: release v${{ matrix.version }}"
|
||||
body: "Automated weekly release."
|
||||
base: version-${{ matrix.version }}
|
||||
head: version-${{ matrix.version }}-hotfix
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue