Skip to content

Commit

Permalink
Update token for deploying previews
Browse files Browse the repository at this point in the history
Signed-off-by: Olaf Lessenich <olessenich@eclipsesource.com>
  • Loading branch information
xai committed Apr 3, 2024
1 parent 3792b43 commit f2443e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
preview-branch: previews
umbrella-dir: pr-previews
deploy-repository: eclipse-theia/theia-website-previews
token: ${{ secrets.TOKEN }}
token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }}
action: auto

# remove the preview page when the PR got closed
Expand All @@ -84,5 +84,5 @@ jobs:
preview-branch: previews
umbrella-dir: pr-previews
deploy-repository: eclipse-theia/theia-website-previews
token: ${{ secrets.TOKEN }}
token: ${{ secrets.DEPLOY_PREVIEW_TOKEN }}
action: auto

0 comments on commit f2443e9

Please sign in to comment.