diff --git a/.github/workflows/publish-python-release.yaml b/.github/workflows/publish-python-release.yaml index edde0b0a0..dadea1d3b 100644 --- a/.github/workflows/publish-python-release.yaml +++ b/.github/workflows/publish-python-release.yaml @@ -10,6 +10,10 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }}-build-python cancel-in-progress: true +permissions: + contents: read + id-token: write + jobs: publish: runs-on: ubuntu-latest