We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ddb23 commit 1f967abCopy full SHA for 1f967ab
1 file changed
.github/workflows/validate.yml
@@ -7,6 +7,9 @@ on:
7
jobs:
8
validate:
9
runs-on: ubuntu-24.04
10
+ permissions:
11
+ contents: read
12
+ pull-requests: write
13
steps:
14
- name: Checkout Code
15
uses: actions/checkout@v4
0 commit comments