Skip to content

When collect-custom fails, we should redact the payload log #176

When collect-custom fails, we should redact the payload log

When collect-custom fails, we should redact the payload log #176

name: Project automation
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project board
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.4.0
with:
project-url: https://github.com/orgs/fractal-analytics-platform/projects/1
github-token: ${{ secrets.MY_GITHUB_TOKEN }}