-
-
Notifications
You must be signed in to change notification settings - Fork 491
Closed
dfds/infrastructure-blueprints
#26Description
Subject of the issue
I am trying to automate composer updates, using a scheduled action to run 'Composer updates' and then open a new pull request from master for review. But I always get some permission denied errors.
Steps to reproduce
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: php-actions/composer@v2
with:
command: update drupal/core-recommended
dev: yes
args: --ignore-platform-reqs --with-dependencies
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
token: ${{ secrets.NICKS_PAT }}
commit-message: Update dependencies
title: Update dependencies
delete-branch: false
body: |
- Dependency updates
Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
branch: update-dependencies
base: master
Metadata
Metadata
Assignees
Labels
No labels