diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index d4dcd21..2deb086 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -138,14 +138,5 @@ jobs: message: "📝🔄 Update deployment manifest with new image tags" - name: 🚀✨ Create Pull Request - uses: peter-evans/create-pull-request@v7 - with: - token: ${{ secrets.TOKEN }} - author: "GitHub Action 🤖" - title: "🚀✨ Deploy Application Version ${{ gitea.ref_name }}" - branch: release/${{ gitea.ref_name }}-deploy - commit-message: "📝🔄 Update deployment manifest with new image tags" - body: | - This pull request updates the deployment manifest with the new image tags for version `${{ gitea.ref_name }}`. - Please review and merge to deploy the new version. - labels: deploy \ No newline at end of file + id: cpr + uses: peter-evans/create-pull-request@v7 \ No newline at end of file