mirror of
https://github.com/ivuorinen/.github.git
synced 2026-02-11 13:46:25 +00:00
fix(ci): linting, permissions and configuration
This commit is contained in:
9
.github/workflows/compress-images.yml
vendored
9
.github/workflows/compress-images.yml
vendored
@@ -3,18 +3,15 @@
|
||||
# Open a Pull Request if any images can be compressed.
|
||||
name: Compress Images on Demand
|
||||
|
||||
env:
|
||||
ACTIONS_ALLOW_UNSECURE_COMMAND: false
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: "00 23 * * 0"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
statuses: write
|
||||
pull-requests: write
|
||||
contents: read
|
||||
statuses: read
|
||||
pull-requests: read
|
||||
|
||||
jobs:
|
||||
CompressOnDemandOrSchedule:
|
||||
|
||||
Reference in New Issue
Block a user