We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cded1b0 + 808ebdd commit 652d1f5Copy full SHA for 652d1f5
.github/workflows/generate.yml
@@ -50,8 +50,6 @@ jobs:
50
url: ${{ steps.deployment.outputs.page_url }}
51
runs-on: ubuntu-latest
52
needs: build
53
- outputs:
54
- REBUILD_FRONT_END: ${{ env.REBUILD_FRONT_END }}
55
steps:
56
- name: Deploy to GitHub Pages
57
id: deployment
@@ -67,5 +65,5 @@ jobs:
67
65
with:
68
66
owner: codeplaysoftware
69
repo: sycl.tech-website
70
- github_token: ${{ secrets.SYCL_TECH_SYNC_TOKEN }}
+ github_token: ${{ secrets.FRONT_END_REBUILD_TOKEN }}
71
workflow_file_name: build.yml
0 commit comments