Skip to content

DO NOT MERGE - Test notify failure endpoint after key rotation. #2

DO NOT MERGE - Test notify failure endpoint after key rotation.

DO NOT MERGE - Test notify failure endpoint after key rotation. #2

Workflow file for this run

name: Failure Test
on:
pull_request:
jobs:
failure-test:
name: failure-test
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v3
- name: Notify failure endpoint
id: notifyFailureEndpoint
run: |
./scripts/notify_failure_endpoint.rb \
${{ secrets.SDK_FAILURE_NOTIFICATION_ENDPOINT }} \
${{ secrets.SDK_FAILURE_NOTIFICATION_ENDPOINT_HMAC_KEY }} \
"https://github.com/stripe/stripe-android/actions/runs/${{ github.run_id }}" \
RUN_MOBILESDK