Skip to content

logs(replay): Base64 encode recording payload on error and log to GCP #13571

logs(replay): Base64 encode recording payload on error and log to GCP

logs(replay): Base64 encode recording payload on error and log to GCP #13571

Workflow file for this run

name: "Changelog"
on:
pull_request:
types: [opened, synchronize, reopened, edited, ready_for_review]
jobs:
build:
name: Changelogs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
script: |
const changelog = require('./.github/actions/changelog/index.js')
await changelog({github, context, core})