diff --git a/.github/workflows/create-tag.yml b/.github/workflows/create-tag.yml index bb5e0dd79..1c072dddb 100644 --- a/.github/workflows/create-tag.yml +++ b/.github/workflows/create-tag.yml @@ -11,6 +11,7 @@ jobs: steps: - uses: actions/checkout@v4 - uses: butlerlogic/action-autotag@stable - with: + env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + with: root: clib.json