diff --git a/.github/workflows/autotag.yml b/.github/workflows/autotag.yml index aefef414eca..65aa737153f 100644 --- a/.github/workflows/autotag.yml +++ b/.github/workflows/autotag.yml @@ -15,6 +15,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + token: ${{secrets.ACTIONS_PAT}} - name: Create tag if changed run: | VERSION=$(yq '.workspace.package.version' Cargo.toml)