diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 12ff958..32244b7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,8 +10,8 @@ jobs: build: runs-on: ubuntu-latest permissions: - id-token: read|write - contents: read|write + id-token: write + contents: write steps: - name: Checkout code