|
|
|
@ -100,8 +100,8 @@ jobs:
|
|
|
|
|
${{github.workspace}}/*.zip |
|
|
|
|
|
|
|
|
|
- name: Trigger Bedrock Update |
|
|
|
|
if: github.ref == 'refs/heads/dev' |
|
|
|
|
if: github.ref == 'refs/heads/dev' && matrix.experimental == false |
|
|
|
|
uses: pressbooks/composer-autoupdate-bedrock@v1.0 |
|
|
|
|
with: |
|
|
|
|
triggered-by: ${{ github.repository }} |
|
|
|
|
token: ${{ secrets.PAT_FOR_GITHUB_ACTIONS }} |
|
|
|
|
token: ${{ secrets.PAT_COMPOSER_UPDATE }} |
|
|
|
|