diff --git a/.gitea/workflows/bump-version.yml b/.gitea/workflows/bump-version.yml index 79e82a7..57e4661 100644 --- a/.gitea/workflows/bump-version.yml +++ b/.gitea/workflows/bump-version.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - token: "${r secrets.PERSONAL_ACCESS_TOKEN }}" + token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}" - name: Create bump and changelog uses: commitizen-tools/commitizen-action@master with: