Skip to content

Commit

Permalink
Fix image-actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bdukes committed Feb 28, 2020
1 parent 7c790d8 commit 0b442fc
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/image-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Compress images
on: pull_request
jobs:
build:
name: calibreapp/image-actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: calibreapp/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout Repo
uses: actions/checkout@master

- name: Compress Images
uses: calibreapp/image-actions@master
with:
githubToken: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 0b442fc

Please sign in to comment.