Skip to content

Commit a18ea28

Browse files
committed
update permission in github workflow
spectral-action requires "check: write" permission Related to: aliencube#221
1 parent 8b8b225 commit a18ea28

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/azure-dev-build-only.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ permissions:
1515
contents: read
1616
issues: write
1717
pull-requests: write
18+
checks: write
1819

1920
jobs:
2021
build-test:

.github/workflows/azure-dev.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
permissions:
1212
id-token: write
1313
contents: read
14+
checks: write
1415

1516
jobs:
1617
build-test-deploy:

0 commit comments

Comments
 (0)