From e13997875504d0393109e43297119fead1bb2f60 Mon Sep 17 00:00:00 2001 From: TheBusyBiscuit Date: Wed, 24 Feb 2021 16:15:30 +0100 Subject: [PATCH] [CI skip] Possibly fixed the pr labels workflow --- .github/workflows/pr-labels.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr-labels.yml b/.github/workflows/pr-labels.yml index 85f81e547..82d2ce043 100644 --- a/.github/workflows/pr-labels.yml +++ b/.github/workflows/pr-labels.yml @@ -17,7 +17,7 @@ jobs: id: labeller name: Apply labels based on branch with: - token: "${{ secrets.ACCESS_TOKEN }}" + token: "${{ secrets.GITHUB_TOKEN }}" renovate: '🚨 Dependency Update' feature: '🎈 Feature' fix: '✨ Fix' @@ -30,7 +30,7 @@ jobs: name: Leave a comment about the applied label if: ${{ steps.labeller.outputs.applied != 0 }} with: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} message: | Your Pull Request was automatically labelled as: "${{ steps.labeller.outputs.applied }}" Thank you for contributing to this project! ❤️ @@ -39,7 +39,7 @@ jobs: name: Leave a comment about our branch naming convention if: ${{ steps.labeller.outputs.applied == 0 }} with: - GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} message: | **Pro Tip!** You can help us label your Pull Requests by using the following branch naming convention next time you create a pull request. ❤️