Skip to content

Commit 808ebdd

Browse files
author
Scott Straughan
committed
Tweaked the sync task token name.
1 parent cded1b0 commit 808ebdd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/generate.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
url: ${{ steps.deployment.outputs.page_url }}
5151
runs-on: ubuntu-latest
5252
needs: build
53-
outputs:
54-
REBUILD_FRONT_END: ${{ env.REBUILD_FRONT_END }}
5553
steps:
5654
- name: Deploy to GitHub Pages
5755
id: deployment
@@ -67,5 +65,5 @@ jobs:
6765
with:
6866
owner: codeplaysoftware
6967
repo: sycl.tech-website
70-
github_token: ${{ secrets.SYCL_TECH_SYNC_TOKEN }}
68+
github_token: ${{ secrets.FRONT_END_REBUILD_TOKEN }}
7169
workflow_file_name: build.yml

0 commit comments

Comments
 (0)