Skip to content

Commit 5825d4a

Browse files
committed
chore: allow commit / pr
1 parent 2425463 commit 5825d4a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/dotnet-lint.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
with:
2020
app-id: ${{ secrets.SYNCED_ACTIONS_BOT_APPID }}
2121
private-key: ${{ secrets.SYNCED_ACTIONS_BOT_PRIVATE_KEY }}
22-
permission-pull-requests: read # grant read access to pull requests
22+
permission-contents: write
23+
permission-pull-requests: write
2324
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2425
with:
2526
persist-credentials: false

0 commit comments

Comments
 (0)