Skip to content

Allow support/readonly roles to access AWS Sustainability #325

Allow support/readonly roles to access AWS Sustainability

Allow support/readonly roles to access AWS Sustainability #325

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@8667c700f73347f39c781ebdde8237be67cfdab8 # v1.3.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 }}