We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 425e16c commit 9434ac7Copy full SHA for 9434ac7
.github/workflows/build-and-preview-site.yml
@@ -77,12 +77,12 @@ jobs:
77
uses: rossjrw/pr-preview-action@v1.6.3
78
with:
79
source-dir: public
80
- token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.GH_ACCESS_TOKEN }}
81
82
- name: Remove Preview on Close
83
if: github.event_name == 'pull_request' && github.event.action == 'closed'
84
85
86
87
remove: true
88
0 commit comments