From: Ernesto Puerta Date: Mon, 11 Oct 2021 11:05:34 +0000 (+0200) Subject: .github/pr-triage: rename GH token X-Git-Tag: v17.1.0~721^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F43485%2Fhead;p=ceph.git .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 --- diff --git a/.github/workflows/pr-triage.yml b/.github/workflows/pr-triage.yml index 0154334b7b9c..77fcff462e38 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