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 f39668c commit 502f641Copy full SHA for 502f641
.github/workflows/check-dist.yml
@@ -16,6 +16,10 @@ on:
16
- '**.md'
17
workflow_dispatch:
18
19
+permissions:
20
+ contents: read
21
+ actions: write
22
+
23
jobs:
24
check-dist:
25
runs-on: ubuntu-latest
.github/workflows/start.yml
@@ -14,6 +14,9 @@ defaults:
14
run:
15
shell: bash
e2e: # make sure the action works on a clean machine without building
.github/workflows/test.yml
@@ -5,6 +5,9 @@ on: # rebuild any PRs and main branch changes
5
branches:
6
- main
7
8
9
10
11
defaults:
12
13
0 commit comments