Skip to content

Add Ms. Brandi Hart's story #274

Add Ms. Brandi Hart's story

Add Ms. Brandi Hart's story #274

Workflow file for this run

name: image
on:
pull_request:
paths:
- '**.jpe?g'
- '**.png'
jobs:
compress:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
- name: Compress images
uses: namoscato/action-tinify@v1
with:
api_key: ${{ secrets.TINIFY_API_KEY }}
github_token: ${{ secrets.GITHUB_TOKEN }}
resize_width: 1440