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 2fe1555 commit a77f9beCopy full SHA for a77f9be
1 file changed
.github/workflows/pages.yml
@@ -10,6 +10,8 @@ on:
10
jobs:
11
build-and-deploy:
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: write # Grant write permission to GITHUB_TOKEN
15
16
steps:
17
- name: Checkout repository
0 commit comments