Skip to content

Commit d86bd07

Browse files
fix: update claude-code-review workflow permissions and add .npmrc to .gitignore (#1416)
### 🔄 Changes - The Claude code review workflow permissions were updated. - The .npmrc file was added to the .gitignore file. ### 📋 Checklist - [ ] Code follows the project's coding standards - [ ] Tests have been added/updated - [ ] Documentation has been updated - [ ] All tests are passing
1 parent 1304beb commit d86bd07

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/claude-code-review.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,9 @@ on:
1010

1111
jobs:
1212
claude-review:
13+
permissions:
14+
contents: read
15+
issues: write
16+
pull-requests: write
17+
id-tokens: write
1318
uses: auth0/auth0-ai-pr-analyzer-gh-action/.github/workflows/claude-code-review.yml@main

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ yarn.lock
1313
.DS_Store
1414
release-tmp*
1515
bundle-stats
16+
.npmrc
1617

1718
# BrowserStack
1819
log/

0 commit comments

Comments
 (0)