diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index c2814c4be..bb429a552 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -95,6 +95,7 @@ jobs: name: publish permissions: contents: write + id-token: write needs: - prerequisites - build_provider diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index c94ef2dfe..1b59c61fb 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -56,6 +56,7 @@ jobs: name: publish permissions: contents: write + id-token: write needs: - prerequisites - build_provider diff --git a/.github/workflows/prerequisites.yml b/.github/workflows/prerequisites.yml index 09c5e837e..841b7b268 100644 --- a/.github/workflows/prerequisites.yml +++ b/.github/workflows/prerequisites.yml @@ -74,7 +74,7 @@ jobs: - name: Unit-test provider code run: make test_provider - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@0da7aa657d958d32c117fc47e1f977e7524753c7 # v5.3.0 + uses: codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} - if: inputs.is_pr diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 215ab900c..04f6a781b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -206,6 +206,9 @@ jobs: verify_release: name: verify_release needs: publish_sdk + permissions: + contents: write + id-token: write uses: ./.github/workflows/verify-release.yml secrets: inherit with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f142d9946..33220688d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -62,6 +62,7 @@ jobs: permissions: contents: write pull-requests: write + id-token: write needs: - prerequisites - build_provider