trustwallet-assets/.github/workflows/compress_images.yml

16 lines
348 B
YAML
Raw Normal View History

name: Compress images
on:
push:
branches:
- master
jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: calibreapp/image-actions
uses: docker://calibreapp/github-image-actions
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}