Skip to content

Commit

Permalink
fix: Fix GH action permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgazdik committed Nov 19, 2024
1 parent df6694d commit 8fbd491
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ on:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write # Required for pushing to gh-pages
pages: write # Required for deploying to Pages
id-token: write # Required for deploying to Pages

steps:
- name: Checkout current repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 8fbd491

Please sign in to comment.