Skip to content

Commit 608e08e

Browse files
GarthDBcursoragent
andcommitted
fix(ci): use changesets-action fork to pass OIDC env vars to publish
The upstream changesets/action@v1.7.0 detects OIDC but doesn't pass the env vars through to the publish subprocess. Switch to GarthDB/changesets-action@v1.6.8 with oidcAuth: true which explicitly forwards ACTIONS_ID_TOKEN_REQUEST_URL and ACTIONS_ID_TOKEN_REQUEST_TOKEN. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 6c816e3 commit 608e08e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ jobs:
3333
auth-method: oidc
3434
- name: Publish
3535
id: changesets
36-
uses: changesets/action@v1.7.0
36+
uses: GarthDB/changesets-action@v1.6.8
3737
with:
3838
commit: 'chore: release'
3939
publish: pnpm release
40+
oidcAuth: true
4041
env:
4142
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)