File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 # The type of runner that the job will run on
2828 runs-on : ubuntu-latest
2929 permissions :
30- contents : write
30+ contents : write # This will update pages in the repo
3131
3232 # Steps represent a sequence of tasks that will be executed as part of the job
3333 steps :
Original file line number Diff line number Diff line change 2323 name : " Build PR preview"
2424 runs-on : ubuntu-latest
2525 permissions :
26- # contents: write is required for deploying the GitHub Pages if using the default GITHUB_TOKEN
27- # pull-requests: write is required if you want to comment the preview page url to the pull request
28- pull-requests : write
29- contents : write
26+ pull-requests : write # required to comment the preview page url to the pull request
27+ contents : write # required for deploying the GitHub Pages if using the default GITHUB_TOKEN
3028 steps :
3129 - name : Checkout
3230 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments