Skip to content

Commit e6b9b6c

Browse files
committed
Uploaded action versions
1 parent a0ad94b commit e6b9b6c

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

.github/workflows/test-extractor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Test LD_JSON Extractor
22

3+
permissions:
4+
checks: write
5+
contents: read
6+
37
on:
48
push:
59
branches:

.github/workflows/test-single.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Test Single Recipe URL
22

3+
permissions:
4+
checks: write
5+
contents: read
6+
37
on:
48
workflow_dispatch:
59
inputs:

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: Test Extraction on various sites
22

3+
permissions:
4+
checks: write
5+
contents: read
6+
37
on:
48
push:
59
branches:

0 commit comments

Comments
 (0)