Skip to content

Commit 9434ac7

Browse files
GH_ACCESS_TOKEN
Signed-off-by: Rajesh-Nagarajan-11 <rajeshnagarajan36@gmail.com>
1 parent 425e16c commit 9434ac7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-preview-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,12 @@ jobs:
7777
uses: rossjrw/pr-preview-action@v1.6.3
7878
with:
7979
source-dir: public
80-
token: ${{ secrets.GITHUB_TOKEN }}
80+
token: ${{ secrets.GH_ACCESS_TOKEN }}
8181

8282
- name: Remove Preview on Close
8383
if: github.event_name == 'pull_request' && github.event.action == 'closed'
8484
uses: rossjrw/pr-preview-action@v1.6.3
8585
with:
8686
source-dir: public
8787
remove: true
88-
token: ${{ secrets.GITHUB_TOKEN }}
88+
token: ${{ secrets.GH_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)