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