Skip to content

Update actions/attest-build-provenance action to v3 #27

Update actions/attest-build-provenance action to v3

Update actions/attest-build-provenance action to v3 #27

Workflow file for this run

name: Clear Cache on PR Close
on:
pull_request:
types: [ closed ]
jobs:
clear-caches:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: read
actions: write
steps:
- name: Clear caches
uses: theAngularGuy/clear-cache-of-pull-request@b72bb60cd2fa48c01695afdf0ca755b34b115429
with:
github-token: ${{ secrets.GITHUB_TOKEN }}