diff --git a/.gitea/workflows/commit.yml b/.gitea/workflows/commit.yml index 5dfcc7e..b0d3445 100644 --- a/.gitea/workflows/commit.yml +++ b/.gitea/workflows/commit.yml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 + with: + token: ${{ secrets.MAINTAINER_TOKEN }} - name: Push Git Tag run: |