diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3433a0b..9524dd3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,11 @@ jobs: name: GitHub Actions Test runs-on: ubuntu-latest + permissions: + id-token: write + contents: read + pull-requests: write # we need this to write comments in PRs + steps: - name: Checkout id: checkout