diff --git a/.github/workflows/autotag.yaml b/.github/workflows/autotag.yaml index 785f8bd..66237c8 100644 --- a/.github/workflows/autotag.yaml +++ b/.github/workflows/autotag.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - uses: butlerlogic/action-autotag@1.1.2 env: - GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + GITHUB_TOKEN: "${{ secrets.BOT_TOKEN }}" with: strategy: regex regex_pattern: '\s*\[?.*release\]?: "?.*(\d{4}\.\d{1,2}\.\d+).*"?'