diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 25da3135..19b433b9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest permissions: - contents: read + contents: write id-token: write steps: - uses: actions/checkout@v4.1.5