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 6f436e2 commit 9263d02Copy full SHA for 9263d02
.github/workflows/main.yml
@@ -5,6 +5,8 @@ jobs:
5
build:
6
runs-on: ubuntu-latest
7
if: github.ref == 'refs/heads/main'
8
+ permissions:
9
+ pages: write
10
steps:
11
- name: checkout
12
uses: actions/checkout@v4
0 commit comments