Skip to content

Commit 85ecd06

Browse files
committed
ci: explicitly pass GITHUB_TOKEN to changesets action
1 parent 44bf145 commit 85ecd06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-eslint-config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
# Optional: Use 'createGithubReleases: true' to create GitHub releases
4949
# Optional: Use 'commit: "chore: update versions"' to commit directly instead of PR
5050
env:
51+
# Explicitly pass the token with correct permissions
5152
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5253
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # Still needed for the publish command within 'release' script
5354
# Use NPM_CONFIG_PROVENANCE=true for OIDC/provenance if not using JS-DevTools/npm-publish

0 commit comments

Comments
 (0)