Skip to content

Commit

Permalink
fix(gh-actions): give permsissions to publish page
Browse files Browse the repository at this point in the history
  • Loading branch information
hpcreery committed Apr 23, 2023
1 parent 08a6bfa commit 45756ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:
dist/*.deb
web-page:
runs-on: macos-latest
permissions:
contents: read
pages: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 45756ea

Please sign in to comment.