Skip to content

Commit 30d64aa

Browse files
committed
missconfiguration
1 parent e73a9f1 commit 30d64aa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ name: Remote Dispatch Action Initiator
33
on:
44
push:
55
branches: ["develop"]
6+
permissions:
7+
contents: read
8+
pages: write
9+
concurrency:
10+
group: "pages"
611

712
jobs:
813
ping-pong:
@@ -24,6 +29,8 @@ jobs:
2429
- uses: actions/setup-node@v3
2530
with:
2631
node-version: 16
32+
- name: Checkout
33+
uses: actions/checkout@v3
2734

2835
- name: Make docs
2936
run: |

0 commit comments

Comments
 (0)