Skip to content

Bump json-schema from 6.1.0 to 6.2.0 in /infra in the ruby-all-dependencies group across 1 directory #210

Bump json-schema from 6.1.0 to 6.2.0 in /infra in the ruby-all-dependencies group across 1 directory

Bump json-schema from 6.1.0 to 6.2.0 in /infra in the ruby-all-dependencies group across 1 directory #210

Workflow file for this run

name: Trello Poster
on:
workflow_call:
secrets:
TRELLO_API_TOKEN:
required: true
TRELLO_API_KEY:
required: true
pull_request:
types: [opened, edited]
jobs:
trello-poster:
runs-on: ubuntu-slim
steps:
- uses: lfdebrux/trello-poster-action@736f8f21f0cacf6f4142d5c9e09ebd4439e83318 # v1.2.0
with:
comment-body: ${{ github.event.pull_request.body }}
github-url: ${{ github.event.pull_request.html_url }}
trello-api-token: ${{ secrets.TRELLO_API_TOKEN }}
trello-api-key: ${{ secrets.TRELLO_API_KEY }}