mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
ci: limit to job scope (#12024)
This commit is contained in:
parent
355835bd63
commit
bec77d61e6
5
.github/workflows/clear-caches.yml
vendored
5
.github/workflows/clear-caches.yml
vendored
@ -6,12 +6,13 @@ on:
|
|||||||
- cron: '0 6 * * *'
|
- cron: '0 6 * * *'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
permissions:
|
permissions: read-all
|
||||||
actions: write
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
clear-cache:
|
clear-cache:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
actions: write
|
||||||
steps:
|
steps:
|
||||||
- name: Clear Firefox cache
|
- name: Clear Firefox cache
|
||||||
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user