fix: Add missing redacts parameter when transforming to Event type #2010
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
push: | |
branches: | |
- main | |
tags: | |
- v[0-9]+.[0-9]+.[0-9]+ | |
pull_request: | |
merge_group: | |
concurrency: | |
group: ${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
dart: | |
permissions: | |
contents: read | |
uses: famedly/frontend-ci-templates/.github/workflows/dart.yml@main | |
with: | |
env_file: ".github/workflows/versions.env" | |
secrets: | |
ssh_key: "${{ secrets.CI_SSH_PRIVATE_KEY }}" | |
general: | |
permissions: | |
contents: read | |
uses: famedly/frontend-ci-templates/.github/workflows/general.yml@main | |
app_jobs: | |
secrets: inherit | |
uses: ./.github/workflows/app.yml |