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 +