We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 468b534 + 91119b9 commit 9be2968Copy full SHA for 9be2968
1 file changed
.github/workflows/preview.yml
@@ -9,6 +9,9 @@ jobs:
9
deploy-preview:
10
if: github.event.action != 'closed'
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ issues: write
14
+ pull-requests: write
15
steps:
16
- uses: actions/checkout@v6
17
- uses: actions/setup-dotnet@v5
0 commit comments