From 2ec91f79a17f3cbff412fc6bb600b14eb98f1402 Mon Sep 17 00:00:00 2001 From: Till Klampaeckel Date: Mon, 18 Aug 2025 15:44:41 +0200 Subject: [PATCH] update(deps): push to main --- .github/workflows/update-deps.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 90d3541..b4075f3 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -10,6 +10,8 @@ concurrency: buildpack_update jobs: update: + permissions: + contents: write runs-on: ubuntu-latest steps: - uses: actions/checkout@v5 @@ -27,10 +29,4 @@ jobs: - if: ${{ steps.commit.outputs.commit_sha != '' && steps.update.outputs.semver_bump != ''}} uses: paketo-buildpacks/github-config/actions/pull-request/push-branch@main with: - branch: automation/meta-buildpack/update - - if: ${{ steps.commit.outputs.commit_sha != '' && steps.update.outputs.semver_bump != '' }} - uses: paketo-buildpacks/github-config/actions/pull-request/open@main - with: - token: ${{ secrets.GITHUB_TOKEN }} - title: "chore(deps): update meta-buildpack" - branch: automation/meta-buildpack/update \ No newline at end of file + branch: main \ No newline at end of file