Skip to content

Commit

Permalink
fix: PAN-1882 add github token (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
jpantos authored May 29, 2024
1 parent f597371 commit c66365a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit c66365a

Please sign in to comment.