mirror of
https://github.com/actions/cache.git
synced 2025-04-01 19:06:35 +00:00
Merge branch 'main' into restore-dry-run
This commit is contained in:
commit
da1f7b9cd9
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
cleanup:
|
cleanup:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
# `actions:write` permission is required to delete caches
|
||||||
|
# See also: https://docs.github.com/en/rest/actions/cache?apiVersion=2022-11-28#delete-a-github-actions-cache-for-a-repository-using-a-cache-id
|
||||||
|
actions: write
|
||||||
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue