File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,22 +132,17 @@ jobs:
132132 with :
133133 publish-dir : ' ./www_publish_target/docs'
134134 production-branch : test
135- github-token : ${{ secrets.GITHUB_TOKEN }}
136135 deploy-message : " Deploy preview for PR #${{ github.event.number }}"
137136 enable-pull-request-comment : false
138137 enable-commit-comment : false
139138 enable-commit-status : true
140139 alias : pr-${{ github.event.number }}-doc
141- env :
142- NETLIFY_AUTH_TOKEN : ${{ secrets.NETLIFY_AUTH_TOKEN }}
143- NETLIFY_SITE_ID : ${{ secrets.NETLIFY_SITE_ID }}
144140 timeout-minutes : 5
145141
146142 - name : Post Custom Preview Links Comment
147143 if : steps.netlify_deploy.outputs.deploy-url
148144 uses : actions/github-script@v7
149145 with :
150- github-token : ${{ secrets.GITHUB_TOKEN }}
151146 script : |
152147 const baseUrl = '${{ steps.netlify_deploy.outputs.deploy-url }}';
153148
You can’t perform that action at this time.
0 commit comments