Merge pull request #287 from iron-security/dependabot/npm_and_yarn/na… #281
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Image Optimisation | |
on: | |
push: | |
branches: [master,main] | |
jobs: | |
build: | |
name: Optimize images | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
pull-requests: write | |
steps: | |
- | |
uses: 9sako6/[email protected] | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |