From ef294f9ff1a7709792d651f8e93a4aa06bb31189 Mon Sep 17 00:00:00 2001 From: Paul Easter Date: Mon, 13 Apr 2026 14:21:59 +1000 Subject: [PATCH] Update CI workflow permissions and deploy token --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27e5b18..15e81c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,9 @@ name: CI on: [push, pull_request] +permissions: + contents: write + jobs: build: @@ -53,7 +56,7 @@ jobs: - name: Deploy Doxygen Documentation to GitHub Pages uses: JamesIves/github-pages-deploy-action@4.1.5 with: - token: ${{ secrets.DOCS_TOKEN }} + token: ${{ github.token }} branch: gh-pages folder: html clean: true @@ -64,4 +67,4 @@ jobs: -H 'Accept: application/vnd.github.everest-preview+json' \ -u ${{ secrets.TLSBUFFERCOMM_LAUNCH_WEBSITE_DEPLOY }} \ --data '{"event_type": "tls-buffer-comm-deploy"}' - \ No newline at end of file +