From c66365ab716cb1b570a1be7a3eaea0d3d62136d8 Mon Sep 17 00:00:00 2001 From: jpantos <150924733+jpantos@users.noreply.github.com> Date: Wed, 29 May 2024 10:55:22 +0200 Subject: [PATCH] fix: PAN-1882 add github token (#11) --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index de495cf..04319c6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -336,6 +336,7 @@ jobs: - name: Publish to GH Pages uses: peaceiris/actions-gh-pages@v3 with: + github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: release publish_branch: ppa full_commit_message: "Publishing ${{ github.event.release.tag_name }} to the PPA"