mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-11-27 16:20:36 +00:00
ci: use the jellyfin-bot token for Github Actions
This commit is contained in:
parent
a0fcb1e4c9
commit
aa7658671b
4
.github/workflows/label.yml
vendored
4
.github/workflows/label.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "Label pull requests"
|
||||
name: 'Label pull requests'
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
@ -9,4 +9,4 @@ jobs:
|
||||
- uses: actions/labeler@main
|
||||
continue-on-error: true
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
repo-token: '${{ secrets.GH_TOKEN }}'
|
||||
|
6
.github/workflows/merge-conflicts.yml
vendored
6
.github/workflows/merge-conflicts.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: "Merge Conflicts"
|
||||
name: 'Merge Conflicts'
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -11,5 +11,5 @@ jobs:
|
||||
steps:
|
||||
- uses: mschilde/auto-label-merge-conflicts@master
|
||||
with:
|
||||
CONFLICT_LABEL_NAME: "merge conflict"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CONFLICT_LABEL_NAME: 'merge conflict'
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user