diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 958eae87..41c21e31 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -133,9 +133,7 @@ jobs: needs: [ check-for-functional-changes ] if: needs.check-for-functional-changes.outputs.status == 'success' permissions: - #id-token is mandatory for trusted publishing id-token: write - #contents is mandatory for git tag publishing contents: write steps: - uses: actions/checkout@v3