Skip to content

feat: Update dependencies and implement Rokt #1336

feat: Update dependencies and implement Rokt

feat: Update dependencies and implement Rokt #1336

Workflow file for this run

name: "Build and Test"
on: [ push, workflow_dispatch, pull_request ]
jobs:
higgs-shop-sample-app:
name: "Check Higgs Shop Sample App"
uses: mParticle/mparticle-android-sample-apps/.github/workflows/pull-request-app-checks.yml@main
with:
app_relative_path: "core-sdk-samples/higgs-shop-sample-app"
automerge-dependabot:
name: "Save PR Number for Dependabot Automerge"
needs: [ higgs-shop-sample-app ]
uses: mParticle/mparticle-workflows/.github/workflows/dependabot-save-pr-number.yml@main
pr-notify:

Check failure on line 18 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / Build and Test

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 18, Col: 3): Error calling workflow 'ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main'. The workflow is requesting 'id-token: write', but is only allowed 'id-token: none'.
if: >
github.event_name == 'pull_request' &&
github.event.pull_request.draft == false
needs:
- higgs-shop-sample-app
name: Notify GChat
uses: ROKT/rokt-workflows/.github/workflows/oss_pr_opened_notification.yml@main
secrets:
gchat_webhook: ${{ secrets.GCHAT_PRS_WEBHOOK }}