Skip to content

docs(social-auth): add 'server-side code only' caution for userSignupFields/configFn #580

docs(social-auth): add 'server-side code only' caution for userSignupFields/configFn

docs(social-auth): add 'server-side code only' caution for userSignupFields/configFn #580

name: "Automation - Evict caches"
# Caches for merged PRs stay around until we bump against our cache limit.
# They are also not shareable between branches. Therefore, once a PR is
# merged, the cache for that branch is immediately not needed anymore, and we
# can remove it. If we remove these caches, we can save space and be more sure
# that the remaining caches are actually useful, and not at danger of being
# evicted.
on:
workflow_dispatch:
pull_request:
types:
- closed
concurrency:
group: "automation-cache-evict"
cancel-in-progress: true
permissions:
actions: write
jobs:
evict-cache:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- name: Evict caches
shell: bash
env:
GITHUB_TOKEN: ${{ github.token }}
run: node ./scripts/cache-evict.mjs