diff --git a/.github/workflows/create-tag-now.yml b/.github/workflows/create-tag-now.yml index f19cc1fe..16e31ac9 100644 --- a/.github/workflows/create-tag-now.yml +++ b/.github/workflows/create-tag-now.yml @@ -11,8 +11,8 @@ jobs: name: "Tag creation" runs-on: ubuntu-latest permissions: - contents: write - actions: read + contents: write # Needed to create a tag + actions: read # Needed to trigger a workflow steps: - name: "Checkout sources"