Skip to content

Commit

Permalink
Tweaked the sync task token name.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottstraughan committed Jul 8, 2024
1 parent cded1b0 commit 808ebdd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
outputs:
REBUILD_FRONT_END: ${{ env.REBUILD_FRONT_END }}
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand All @@ -67,5 +65,5 @@ jobs:
with:
owner: codeplaysoftware
repo: sycl.tech-website
github_token: ${{ secrets.SYCL_TECH_SYNC_TOKEN }}
github_token: ${{ secrets.FRONT_END_REBUILD_TOKEN }}
workflow_file_name: build.yml

0 comments on commit 808ebdd

Please sign in to comment.