Skip to content

Commit

Permalink
feat: composer autoupdate (#31)
Browse files Browse the repository at this point in the history
* feat: composer autoupdate

* fix: experimental
  • Loading branch information
arzola authored Dec 7, 2022
1 parent 6b31340 commit 8ebabb3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/standards-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,10 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: matrix.experimental == false

- name: Trigger Bedrock Update
if: github.ref == 'refs/heads/dev' && matrix.experimental == false
uses: pressbooks/[email protected]
with:
triggered-by: ${{ github.repository }}
token: ${{ secrets.PAT_COMPOSER_UPDATE }}

0 comments on commit 8ebabb3

Please sign in to comment.