]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
.github/pr-triage: rename GH token
authorErnesto Puerta <epuertat@redhat.com>
Mon, 11 Oct 2021 11:05:34 +0000 (13:05 +0200)
committerErnesto Puerta <epuertat@redhat.com>
Mon, 11 Oct 2021 11:05:34 +0000 (13:05 +0200)
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 <epuertat@redhat.com>
.github/workflows/pr-triage.yml

index 0154334b7b9ca07fa0f844a7b50d593bf9555d88..77fcff462e382caf4a9ee79b349195a7eb79cdfa 100644 (file)
@@ -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