File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11name : Issue assignment
22
3+ permissions :
4+ issues : write
5+
36on :
47 issues :
58 types : [opened]
1417 uses : pozil/auto-assign-issue@v2
1518 with :
1619 teams : infrastructure
17- repo-token : ${{ secrets.infra_automation }}
20+ repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -12,6 +12,10 @@ concurrency:
1212 group : ${{ github.workflow }}-${{ github.ref }}
1313 cancel-in-progress : true
1414
15+ permissions :
16+ pages : write
17+ contents : read
18+
1519jobs :
1620 check_style :
1721 runs-on : ubuntu-latest
4953 with :
5054 name : files
5155 path : |
52- /home/runner/work/infrastructure/infrastructure/ docs/_build/html/*
56+ docs/_build/html
5357
5458 deploy :
5559 needs : [check_style, build_docs]
7579 - name : Deploy to GitHub Pages
7680 uses : peaceiris/actions-gh-pages@v4
7781 with :
78- github_token : ${{ secrets.infra_automation }}
82+ github_token : ${{ secrets.GITHUB_TOKEN }}
7983 publish_dir : " /home/runner/files"
8084 force_orphan : true
You can’t perform that action at this time.
0 commit comments