Skip to content

Commit ee2f64b

Browse files
committed
Revert "Add permissions for claude in pr/ci workflows"
This reverts commit e7fd329.
1 parent e7fd329 commit ee2f64b

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ env:
1515
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1616
DOTNET_CLI_TELEMETRY_OPTOUT: true
1717

18-
permissions:
19-
contents: read # Clone and checkout repository
20-
id-token: write # OIDC token for codecov upload
21-
checks: write # Publish test results as GitHub checks
22-
pull-requests: write # Required by test result publisher action
23-
2418
jobs:
2519
build-and-test:
2620
name: Build & Test

.github/workflows/pr.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,6 @@ env:
1515
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
1616
DOTNET_CLI_TELEMETRY_OPTOUT: true
1717

18-
permissions:
19-
contents: read # Clone and checkout repository
20-
id-token: write # OIDC token for codecov upload
21-
checks: write # Publish test results as GitHub checks
22-
pull-requests: write # Required by test result publisher action
23-
2418
jobs:
2519
build-and-test:
2620
name: Build & Test

0 commit comments

Comments
 (0)