Skip to content
This repository was archived by the owner on Mar 19, 2021. It is now read-only.

Commit 44aab29

Browse files
committed
Swap tokens
1 parent 06b3a04 commit 44aab29

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/detect_pull_request_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
--target http://s92097608.onlinehome.us/tmp
1717
--timeout 600
1818
env:
19-
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
19+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/pull_request_previews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
--remote origin
1919
--window 480
2020
env:
21-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
GITHUB_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
2222

0 commit comments

Comments
 (0)