diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 3d485ce..315f0ee 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -106,6 +106,8 @@ jobs: publish: name: Publish package if: startsWith(github.ref, 'refs/tags') + permissions: + id-token: write needs: - format - lint @@ -125,3 +127,4 @@ jobs: with: # remove repository key to set the default to pypi (not test.pypi.org) repository-url: https://test.pypi.org/legacy/ + \ No newline at end of file