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 4dcc6bd commit e3af658Copy full SHA for e3af658
.github/workflows/pagespeed.yml
@@ -3,6 +3,9 @@ name: PageSpeed Insights Report
3
on:
4
workflow_dispatch:
5
6
+permissions:
7
+ contents: write # Required to commit files
8
+
9
jobs:
10
build:
11
runs-on: ubuntu-latest
0 commit comments