We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44bf145 commit 85ecd06Copy full SHA for 85ecd06
.github/workflows/publish-eslint-config.yml
@@ -48,6 +48,7 @@ jobs:
48
# Optional: Use 'createGithubReleases: true' to create GitHub releases
49
# Optional: Use 'commit: "chore: update versions"' to commit directly instead of PR
50
env:
51
+ # Explicitly pass the token with correct permissions
52
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
53
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} # Still needed for the publish command within 'release' script
54
# Use NPM_CONFIG_PROVENANCE=true for OIDC/provenance if not using JS-DevTools/npm-publish
0 commit comments