Skip to content

ci(deps): bump googleapis/release-please-action from 4.4.1 to 5.0.0 (… #330

ci(deps): bump googleapis/release-please-action from 4.4.1 to 5.0.0 (…

ci(deps): bump googleapis/release-please-action from 4.4.1 to 5.0.0 (… #330

name: Main Review Companion
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
# Authenticate with GCP.
id-token: write
jobs:
build:
if: |
github.repository_owner == 'mdn' &&
(github.event_name == 'schedule' || github.secret_source == 'Actions')
uses: ./.github/workflows/_build.yml
secrets: inherit
with:
partial: false
deploy:
needs: build
uses: ./.github/workflows/_deploy.yml
secrets: inherit
with:
prefix: rari
build-artifact-name: ${{ needs.build.outputs.artifact-name }}