From 6cdea4a0d97cc8b53fa02283143f85068e101f82 Mon Sep 17 00:00:00 2001 From: Alastair Robertson Date: Tue, 14 Jan 2025 06:52:26 -0800 Subject: [PATCH] update --- .github/workflows/sync-docs.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 0fdc715..b4d5711 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -16,11 +16,9 @@ jobs: run: | git config --global user.name 'Style Sync' git config --global user.email '' - git clone https://bpftrace:${{ secrets.PAT }}@github.com/bpftrace/docs-website.git + git clone https://bpftrace:${{ secrets.SYNC_DOCS_WEBSITE_STAGING }}@github.com/bpftrace/docs-website.git cd docs-website cp ../src/css/custom.css src/css/custom.css git add src/css/custom.css git commit -m 'Sync CSS from website' git push - env: - GITHUB_TOKEN: ${{ secrets.SYNC_DOCS_WEBSITE_STAGING }}