We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49922c9 commit 25791ddCopy full SHA for 25791dd
.github/workflows/update-copilot-nodejs.yaml
@@ -5,6 +5,7 @@ on:
5
- cron: "0 0 * * *"
6
push:
7
branches: [master]
8
+ workflow_dispatch:
9
10
jobs:
11
update_copilot_lsp:
.github/workflows/vimdocgen.yml
@@ -6,8 +6,10 @@ on:
- README.md
- .github/workflows/vimdocgen.yml
workflow_dispatch:
+
permissions:
contents: write
12
13
14
docs:
15
runs-on: ubuntu-latest
0 commit comments