From cd98a37f2df5fb95e45afb5b69dcfd814db59c22 Mon Sep 17 00:00:00 2001 From: Stephen McGruer Date: Tue, 4 Feb 2020 13:21:46 +0000 Subject: [PATCH] Bug 1613003 [wpt PR 21561] - Restore pull_request_previews.yml to use secrets.DEPLOY_TOKEN, a=testonly Automatic update from web-platform-tests Restore pull_request_previews.yml to use secrets.DEPLOY_TOKEN (#21561) As per https://github.com/web-platform-tests/wpt/pull/21560, the re-launch of pull_request_previews.yml appears to work using my personal access token. Switching it back to use DEPLOY_TOKEN to see if that works. -- wpt-commits: aa4c61f655811a1a6b2e70c3b5377fb4e34b1aa9 wpt-pr: 21561 --- .../web-platform/tests/.github/workflows/pull_request_previews.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/testing/web-platform/tests/.github/workflows/pull_request_previews.yml b/testing/web-platform/tests/.github/workflows/pull_request_previews.yml index be70d19d1ec9..6a84f706c032 100644 --- a/testing/web-platform/tests/.github/workflows/pull_request_previews.yml +++ b/testing/web-platform/tests/.github/workflows/pull_request_previews.yml @@ -26,7 +26,4 @@ jobs: # "DEPLOY_TOKEN" in this GitHub project. # # [1] https://help.github.com/en/github/automating-your-workflow-with-github-actions/events-that-trigger-workflows - # - # Temporarily using 'STEPHEN_TOKEN' for testing. To be removed once we - # verify the end-to-end flow. - DEPLOY_TOKEN: ${{ secrets.STEPHEN_TOKEN }} + DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }} -- 2.11.4.GIT