From f9ca4aed3597d37ee867c2151f89f465f92249d4 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 6 Sep 2021 21:45:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Replaces=20github.token=20with?= =?UTF-8?q?=20secrtets.token?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-commenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-commenter.yml b/.github/workflows/pr-commenter.yml index cc87a05e..5f135a76 100644 --- a/.github/workflows/pr-commenter.yml +++ b/.github/workflows/pr-commenter.yml @@ -7,5 +7,5 @@ jobs: steps: - uses: exercism/pr-commenter-action@v1.2.0 with: - github-token: ${{ github.BOT_GITHUB_TOKEN }} + github-token: ${{ secrets.BOT_GITHUB_TOKEN }} config-file: .github/pr-auto-comments.yml