File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
deploy :
3
3
concurrency :
4
4
group : ${{ github.workflow }}-${{ github.ref }}
5
+ permission :
6
+ contents : write
5
7
runs-on : ubuntu-latest
6
8
steps :
7
9
- uses : actions/checkout@v4
@@ -17,5 +19,3 @@ name: Deploy to GitHub Pages
17
19
push :
18
20
branches :
19
21
- main
20
- permission :
21
- contents : write
Original file line number Diff line number Diff line change 26
26
data = {
27
27
name = "Deploy to GitHub Pages" ;
28
28
on . push . branches = [ "main" ] ;
29
- permission . contents = "write" ;
30
29
31
30
jobs . deploy = {
32
31
runs-on = "ubuntu-latest" ;
33
32
concurrency . group = "\ ${{ github.workflow }}-\ ${{ github.ref }}" ;
33
+ permission . contents = "write" ;
34
34
steps = [
35
35
{ uses = "actions/checkout@v4" ; }
36
36
{ uses = "nixbuild/nix-quick-install-action@v29" ; }
You can’t perform that action at this time.
0 commit comments