From 840ab95f2e900c7c5e9c0f3fcbcae1fb5e16f51f Mon Sep 17 00:00:00 2001 From: Eric Richardson Date: Fri, 24 Jan 2025 09:18:57 -0500 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20update=20the=20release?= =?UTF-8?q?=20token=20to=20org=20level?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/fast-forward.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fast-forward.yml b/.github/workflows/fast-forward.yml index 679dcd0..6c7edde 100644 --- a/.github/workflows/fast-forward.yml +++ b/.github/workflows/fast-forward.yml @@ -24,4 +24,4 @@ jobs: # never post a comment. (In all cases the information is # still available in the step's summary.) comment: on-error - GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} ## This allows to trigger push action from within this workflow. Read more - https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow + GITHUB_TOKEN: ${{ secrets.ASSOCIATION_RELEASE_TOKEN }} ## This allows to trigger push action from within this workflow. Read more - https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow