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.
2 parents 42b4f00 + 29a811e commit 59b4b45Copy full SHA for 59b4b45
.github/workflows/deploy.yaml
@@ -1,4 +1,6 @@
1
name: Deploy to GitHub Pages
2
+permissions:
3
+ contents: write
4
on:
5
push:
6
branches: [ "main", "master" ]
.github/workflows/test.yaml
@@ -1,5 +1,7 @@
name: CI
on: [workflow_dispatch, pull_request, push]
+ contents: read
jobs:
7
test:
0 commit comments