Browse Source

feat: composer autoupdate

pull/385/head
arzola 2 years ago
parent
commit
62b4a2396f
  1. 7
      .github/workflows/standards-and-tests.yml

7
.github/workflows/standards-and-tests.yml

@ -98,3 +98,10 @@ jobs:
with:
files:
${{github.workspace}}/*.zip
- name: Trigger Bedrock Update
if: github.ref == 'refs/heads/dev'
uses: pressbooks/composer-autoupdate-bedrock@v1.0
with:
triggered-by: ${{ github.repository }}
token: ${{ secrets.PAT_FOR_GITHUB_ACTIONS }}

Loading…
Cancel
Save