From aa7658671bee54234be82c41f6b399c0d60c6911 Mon Sep 17 00:00:00 2001 From: MrTimscampi Date: Sat, 13 Mar 2021 07:29:16 +0100 Subject: [PATCH] ci: use the jellyfin-bot token for Github Actions --- .github/workflows/label.yml | 4 ++-- .github/workflows/merge-conflicts.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index c0e1069e..e7710087 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -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 }}' diff --git a/.github/workflows/merge-conflicts.yml b/.github/workflows/merge-conflicts.yml index aa0345b6..455f0b14 100644 --- a/.github/workflows/merge-conflicts.yml +++ b/.github/workflows/merge-conflicts.yml @@ -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 }}