Skip to content

Merge branch 'main' into dependabot/github_actions/actions/setup-pyth… #5558

Merge branch 'main' into dependabot/github_actions/actions/setup-pyth…

Merge branch 'main' into dependabot/github_actions/actions/setup-pyth… #5558

Workflow file for this run

name: Update index
on:
workflow_dispatch:
push:
schedule:
- cron: '0 * * * *'
permissions: {}
jobs:
update_index:
name: Update index
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Update index
uses: PSModule/GitHub-Script@0097f3bbe3f413f3b577b9bcc600727b0ca3201a # v1.7.10
with:
# Org-level shared secrets used across multiple repositories — no dedicated GitHub Environment needed.
ClientID: ${{ secrets.SCRIBBLER_BOT_CLIENT_ID }} # zizmor: ignore[secrets-outside-env]
PrivateKey: ${{ secrets.SCRIBBLER_BOT_PRIVATE_KEY }} # zizmor: ignore[secrets-outside-env]
Script: .github/scripts/Update-Index.ps1