Skip to content

Commit 81a2d3d

Browse files
committed
fix(ci): Update extension-validation workflow granting expected token permissions
See https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobsjob_idpermissions
1 parent 89ed9f1 commit 81a2d3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/extension-validation.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ concurrency:
1414
jobs:
1515
validate-extensions:
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: read
19+
pull-requests: write
1720
timeout-minutes: 30
1821
steps:
1922
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)