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 6e07524 commit a251abaCopy full SHA for a251aba
.github/workflows/main.yml
@@ -1,5 +1,8 @@
1
name: Generate W3C Interoperability Report
2
3
+permissions:
4
+ contents: read
5
+
6
on:
7
workflow_dispatch:
8
push:
@@ -16,6 +19,8 @@ jobs:
16
19
node-version: [20.x]
17
20
steps:
18
21
- uses: actions/checkout@v4
22
+ with:
23
+ persist-credentials: false
24
- name: Use Node.js ${{ matrix.node-version }}
25
uses: actions/setup-node@v4
26
with:
@@ -47,7 +52,7 @@ jobs:
47
52
run: npm run test
48
53
continue-on-error: true
49
54
- name: Deploy to Github Pages
50
- uses: JamesIves/github-pages-deploy-action@4.1.5
55
+ uses: JamesIves/github-pages-deploy-action@6c2d9db40f9296374acc17b90404b6e8864128c8 # v4.7.3
51
56
57
branch: gh-pages
58
folder: reports
0 commit comments