Skip to content

Commit 9c1e795

Browse files
authored
Update calibreapp-image-actions.yml
1 parent dab6280 commit 9c1e795

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/calibreapp-image-actions.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Compress images
22
on: pull_request
3-
env:
4-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5-
63
jobs:
74
build:
85
name: calibreapp/image-actions
@@ -11,7 +8,8 @@ jobs:
118
- uses: actions/checkout@master
129
- name: calibreapp/image-actions
1310
uses: docker://calibreapp/github-image-actions
14-
11+
env:
12+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1513
wip:
1614
name: "Set status"
1715
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)