From 576c3dedd650be102fb068f06025e6c123421811 Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Fri, 14 Jan 2022 11:36:00 -0500 Subject: [PATCH] changing gh token to the org level value --- .github/workflows/add-to-board.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-to-board.yml b/.github/workflows/add-to-board.yml index ed38799a8c..c21c033b6c 100644 --- a/.github/workflows/add-to-board.yml +++ b/.github/workflows/add-to-board.yml @@ -11,4 +11,4 @@ jobs: uses: newrelic/node-newrelic/.github/workflows/board.yml@main # See board.yml explaining why this has to be done secrets: - gh_token: ${{ secrets.GH_ORG_TOKEN }} + gh_token: ${{ secrets.NODE_AGENT_GH_TOKEN }}