From 2220646c2085f6967e61d21ff19145666f5a1285 Mon Sep 17 00:00:00 2001 From: Ernesto Puerta Date: Mon, 11 Oct 2021 13:05:34 +0200 Subject: [PATCH] .github/pr-triage: rename GH token Repo projects use GITHUB_TOKEN instead of MY_GITHUB_TOKEN: https://github.com/srggrs/assign-one-project-github-action/blob/master/entrypoint.sh#L19 Signed-off-by: Ernesto Puerta --- .github/workflows/pr-triage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 0154334b7b9..77fcff462e3 100644 --- a/.github/workflows/pr-triage.yml +++ b/.github/workflows/pr-triage.yml @@ -2,7 +2,7 @@ name: "Pull Request Triage" on: pull_request_target env: - MY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: pr-triage: runs-on: ubuntu-latest -- 2.39.5