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 1eabac6 commit 1942dd3Copy full SHA for 1942dd3
.github/workflows/deploy.yml
@@ -2,6 +2,8 @@ name: Deploy
2
on: push
3
jobs:
4
deploy:
5
+ permissions:
6
+ contents: write
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
0 commit comments