From 0ae753bf1c8b17b3e3e752d0ce975a19cec8fd2b Mon Sep 17 00:00:00 2001 From: aniongithub Date: Thu, 7 Aug 2025 11:21:04 -0700 Subject: [PATCH] Update GITHUB_TOKEN secret for OpenAPI spec upload step --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e9057aa..e68586a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -67,4 +67,4 @@ jobs: with: files: memoryalpha-rag-api-spec.json env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.MEMORYALPHA_RAG_API_MODIFY_RELEASE_TOKEN }} \ No newline at end of file