You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/compress-images.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -16,12 +16,12 @@ jobs:
16
16
permissions: write-all
17
17
runs-on: ubuntu-latest
18
18
steps:
19
-
- name: Checkout Repo
20
-
uses: actions/checkout@v4
19
+
- name: Checkout Repo
20
+
uses: actions/checkout@v4
21
21
22
-
- name: Compress Images
23
-
uses: calibreapp/image-actions@main
24
-
with:
25
-
# The `GITHUB_TOKEN` is automatically generated by GitHub and scoped only to the repository that is currently running the action. By default, the action can’t update Pull Requests initiated from forked repositories.
26
-
# See https://docs.github.com/en/actions/reference/authentication-in-a-workflow and https://help.github.com/en/articles/virtual-environments-for-github-actions#token-permissions
27
-
githubToken: ${{ secrets.GITHUB_TOKEN }}
22
+
- name: Compress Images
23
+
uses: calibreapp/image-actions@main
24
+
with:
25
+
# The `GITHUB_TOKEN` is automatically generated by GitHub and scoped only to the repository that is currently running the action. By default, the action can’t update Pull Requests initiated from forked repositories.
26
+
# See https://docs.github.com/en/actions/reference/authentication-in-a-workflow and https://help.github.com/en/articles/virtual-environments-for-github-actions#token-permissions
0 commit comments