[READ-ONLY] Mirror of https://github.com/lion-byte/eslint-config. ESLint config for personal projects
eslint-config personal-config
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: Fix publish action to allow publish commit

Add write permissions to publish workflow to allow commits and issues to be created by semantic-release

Mark Hernandez (Feb 24, 2026, 12:14 AM -0600) eedc43b3 689e269b

+3 -1
+3 -1
.github/workflows/publish.yml
··· 8 8 9 9 permissions: 10 10 id-token: write 11 - contents: read 11 + contents: write 12 + issues: write 13 + pull-requests: write 12 14 13 15 jobs: 14 16 publish: