Skip to content

Update NPM dependencies #175

Update NPM dependencies

Update NPM dependencies #175

name: Compress Images
on:
pull_request:
jobs:
build:
# Only run on Pull Requests within the same repository, and not from forks.
if: github.event.pull_request.head.repo.full_name == github.repository
name: calibreapp/image-actions
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Compress Images
uses: calibreapp/image-actions@main
with:
githubToken: ${{ secrets.PUSH_TOKEN }}