mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-07 02:07:04 +00:00
ci: use custom PAT for github api so tag workflow is started
This commit is contained in:
parent
d5bc18b904
commit
8f106e4028
1 changed files with 5 additions and 6 deletions
11
.github/workflows/releaser-pleaser.yaml
vendored
11
.github/workflows/releaser-pleaser.yaml
vendored
|
|
@ -9,10 +9,7 @@ on:
|
||||||
- labeled
|
- labeled
|
||||||
- unlabeled
|
- unlabeled
|
||||||
|
|
||||||
permissions:
|
permissions: {}
|
||||||
contents: write
|
|
||||||
issues: write
|
|
||||||
pull-requests: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
releaser-pleaser:
|
releaser-pleaser:
|
||||||
|
|
@ -21,5 +18,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- run: env
|
- name: releaser-pleaser
|
||||||
- uses: ./
|
uses: ./
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.RELEASER_PLEASER_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue