There was an error while loading. Please reload this page.
1 parent 15a7c35 commit c6f5af9Copy full SHA for c6f5af9
1 file changed
.github/workflows/lint-yaml.yml
@@ -9,6 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
permissions:
11
contents: write # Needed to push commits to the PR branch
12
+ workflows: write # Needed if the PR modifies workflow files - temp
13
steps:
14
- name: Checkout PR Branch
15
uses: actions/checkout@v3
0 commit comments