diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index f4b9ef8..be26c42 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -145,7 +145,6 @@ jobs: uses: peter-evans/create-pull-request@v7 with: author: "GitHub Action 🤖" - token: ${{ secrets.GITEA_TOKEN }} title: "🚀✨ Deploy Application Version ${{ gitea.ref_name }}" branch: release/${{ gitea.ref_name }}-deploy commit-message: "📝🔄 Update deployment manifest with new image tags"