diff --git a/.github/workflows/standards-and-tests.yml b/.github/workflows/standards-and-tests.yml index 55fc481..bba3a52 100644 --- a/.github/workflows/standards-and-tests.yml +++ b/.github/workflows/standards-and-tests.yml @@ -94,7 +94,11 @@ jobs: - name: Trigger Bedrock Update if: github.ref == 'refs/heads/dev' && matrix.experimental == false - uses: pressbooks/composer-autoupdate-bedrock@v1 - with: - triggered-by: ${{ github.repository }} - token: ${{ secrets.PAT_COMPOSER_UPDATE }} + uses: pressbooks/composer-autoupdate-bedrock@main + env: + AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} + AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + AWS_SNS_ARN_DEV: ${{ secrets.AWS_SNS_ARN_DEV }} + AWS_SNS_ARN_STAGING: ${{ secrets.AWS_SNS_ARN_STAGING }} + INPUT_TRIGGERED_BY: ${{ github.repository }} + INPUT_BRANCH: ${{ github.ref }}