From 77f2818d9e3e4c0fb0f207252455dd889b519b0d Mon Sep 17 00:00:00 2001 From: nylas-it-ops <109695248+nylas-it-ops@users.noreply.github.com> Date: Mon, 12 Jan 2026 09:43:03 -0500 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2991e00..806b072 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: # Need full history for changesets fetch-depth: 0 # Use a token that can trigger workflows (for release PR creation) - token: ${{ secrets.GITHUB_TOKEN }} + token: ${{ secrets.SDK_RELEASE_PAT }} - name: Setup Node.js uses: actions/setup-node@v4 @@ -89,7 +89,7 @@ jobs: commit: "chore: version packages" createGithubReleases: true env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.SDK_RELEASE_PAT }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} # do not remove this line (https://github.com/changesets/action/issues/98) PM_CONFIG_PROVENANCE: true