mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-01-13 13:21:00 +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
|
||||
- unlabeled
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
issues: write
|
||||
pull-requests: write
|
||||
permissions: {}
|
||||
|
||||
jobs:
|
||||
releaser-pleaser:
|
||||
|
|
@ -21,5 +18,7 @@ jobs:
|
|||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- run: env
|
||||
- uses: ./
|
||||
- name: releaser-pleaser
|
||||
uses: ./
|
||||
with:
|
||||
token: ${{ secrets.RELEASER_PLEASER_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue