diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f75e3c4..24b526c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,8 +4,10 @@ jobs: cypress-run: runs-on: ubuntu-latest permissions: - contents: write # semantic-release pushes tags / GitHub release - id-token: write # required for npm trusted publishing (OIDC) + contents: write # semantic-release pushes tags / GitHub release + id-token: write # required for npm trusted publishing (OIDC) + issues: write # semantic-release comments on released issues + pull-requests: write # semantic-release comments on released PRs steps: - name: Checkout uses: actions/checkout@v4